Skip to content

Commit bfe1622

Browse files
committed
fixing dir
1 parent 8a2d3c3 commit bfe1622

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

scriptmodules/libretrocores/lr-daphne.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ function install_lr-daphne() {
3939
}
4040

4141
function configure_lr-daphne() {
42-
mkRomDir "$romdir/daphne"
42+
mkRomDir "daphne"
4343

4444
addEmulator 0 "$md_id" "daphne" "$md_inst/daphne_libretro.so"
4545
addSystem "daphne" "Daphne" ".zip"

scriptmodules/ports/ja2-stracciatella.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,6 @@ function install_ja2-stracciatella() {
5656
}
5757

5858
function configure_ja2-stracciatella() {
59+
mkRomDir "ports/ja2"
5960
addPort "$md_id" "ja2-stracciatella" "Jagged Alliance 2" "$md_inst/ja2 -fullscreen"
6061
}

0 commit comments

Comments
 (0)