We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a2d3c3 commit bfe1622Copy full SHA for bfe1622
scriptmodules/libretrocores/lr-daphne.sh
@@ -39,7 +39,7 @@ function install_lr-daphne() {
39
}
40
41
function configure_lr-daphne() {
42
- mkRomDir "$romdir/daphne"
+ mkRomDir "daphne"
43
44
addEmulator 0 "$md_id" "daphne" "$md_inst/daphne_libretro.so"
45
addSystem "daphne" "Daphne" ".zip"
scriptmodules/ports/ja2-stracciatella.sh
@@ -56,5 +56,6 @@ function install_ja2-stracciatella() {
56
57
58
function configure_ja2-stracciatella() {
59
+ mkRomDir "ports/ja2"
60
addPort "$md_id" "ja2-stracciatella" "Jagged Alliance 2" "$md_inst/ja2 -fullscreen"
61
0 commit comments