Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added core/dirksimple_libretro.so.zip
Binary file not shown.
21 changes: 21 additions & 0 deletions data/core.json
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,27 @@
},
"symbols": 0
},
"dirksimple": {
"source": "https://github.com/icculus/DirkSimple",
"branch": "5aea3e2",
"directory": "DirkSimple",
"output": "dirksimple_libretro.so",
"make": {
"file": "Makefile",
"args": "",
"target": "",
"skip": "1"
},
"symbols": 0,
"commands": {
"pre-make": [
"cmake -B cmake-build && cmake --build cmake-build"
],
"post-make":[
"mv cmake-build/dirksimple_libretro.so ."
]
}
},
"easyrpg": {
"source": "https://github.com/EasyRPG/Player",
"branch": "df4e1ee",
Expand Down
12 changes: 12 additions & 0 deletions system/extra/DirkSimple/assign/DirkSimple/dirksimple.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[freej2me - retroarch]
name=DirkSimple
core=dirksimple_libretro.so

[launch]
prep=
exec=/opt/muos/script/launch/lr-general.sh
done=

[friendly]
dirk
dirksimple
10 changes: 10 additions & 0 deletions system/extra/DirkSimple/assign/DirkSimple/global.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[global]
name=DirkSimple
default=dirksimple
catalogue=Arcade
lookup=0

[friendly]
dirk
dirksimple

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3,316 changes: 3,316 additions & 0 deletions system/extra/DirkSimple/bios/DirkSimple/data/games/cliff/game.lua

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading