Skip to content

Commit 4c0379a

Browse files
committed
2 parents a4859d9 + 38c7847 commit 4c0379a

File tree

3 files changed

+5
-53
lines changed

3 files changed

+5
-53
lines changed

scriptmodules/libretrocores/lr-beetle-pce.sh

Lines changed: 0 additions & 48 deletions
This file was deleted.

scriptmodules/ports/rigelengine.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ function game_data_rigelengine() {
5353
}
5454

5555
function configure_rigelengine() {
56-
addPort "$md_id" "rigelengine" "RigelEngine - Duke Nukem 2 source port" "$md_inst/RigelEngine /home/pi/RetroPie/roms/ports/duke2"
56+
addPort "$md_id" "rigelengine" "RigelEngine - Duke Nukem 2 source port" "$md_inst/RigelEngine $romdir/ports/duke2"
5757
mkRomDir "ports/duke2"
5858
[[ "$md_mode" == "install" ]] && game_data_rigelengine
59-
}
59+
}

scriptmodules/supplementary/chromium.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ function configure_chromium() {
3333
#!/bin/bash
3434
xset -dpms s off s noblank
3535
matchbox-window-manager -use_titlebar no &
36-
/usr/bin/chromium-browser
36+
/usr/bin/chromium-browser "\$@"
3737
_EOF_
3838
chmod +x "$md_inst/chromium.sh"
3939

40-
addPort "$md_id" "chromium" "Chromium - Open Source Web Browser" "XINIT: $md_inst/chromium.sh"
40+
addPort "$md_id" "chromium" "Chromium - Open Source Web Browser" "XINIT: $md_inst/chromium.sh %ROM%"
4141
mv "$md_conf_root/$md_id" "$md_conf_root/ports"
42-
}
42+
}

0 commit comments

Comments
 (0)