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 5b9e221 commit 042dee3Copy full SHA for 042dee3
scriptmodules/emulators/dosbox-staging.sh
@@ -72,7 +72,7 @@ function install_dosbox-staging() {
72
function configure_dosbox-staging() {
73
configure_dosbox
74
75
- [[ "$md_id" == "remove" ]] && return
+ [[ "$md_mode" == "remove" ]] && return
76
77
local config_dir="$md_conf_root/pc"
78
chown -R $user: "$config_dir"
scriptmodules/libretrocores/lr-hatari.sh
@@ -53,6 +53,8 @@ function configure_lr-hatari() {
53
addEmulator 1 "$md_id" "atarist" "$md_inst/hatari_libretro.so"
54
addSystem "atarist"
55
56
57
+
58
# add LD_LIBRARY_PATH='$md_inst' to start of launch command
59
iniConfig " = " '"' "$configdir/atarist/emulators.cfg"
60
iniGet "$md_id"
0 commit comments