File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ rp_module_id="scummvm"
13
13
rp_module_desc=" ScummVM"
14
14
rp_module_help=" Copy your ScummVM games to $romdir /scummvm"
15
15
rp_module_licence=" GPL3 https://raw.githubusercontent.com/scummvm/scummvm/master/COPYING"
16
- rp_module_repo=" git https://github.com/scummvm/scummvm.git v2.7.0 "
16
+ rp_module_repo=" git https://github.com/scummvm/scummvm.git v2.7.1 "
17
17
rp_module_section=" opt"
18
18
rp_module_flags=" sdl2"
19
19
@@ -86,7 +86,10 @@ function configure_scummvm() {
86
86
#!/bin/bash
87
87
game="\$ 1"
88
88
pushd "$romdir /scummvm" >/dev/null
89
- $md_inst /bin/scummvm --fullscreen --joystick=0 --extrapath="$md_inst /extra" "\$ game"
89
+ if ! grep -qs extrapath "\$ HOME/.config/scummvm/scummvm.ini"; then
90
+ params="--extrapath="$md_inst /extra""
91
+ fi
92
+ $md_inst /bin/scummvm --fullscreen \$ params --joystick=0 "\$ game"
90
93
while read id desc; do
91
94
echo "\$ desc" > "$romdir /scummvm/\$ id.svm"
92
95
done < <($md_inst /bin/scummvm --list-targets | tail -n +3)
You can’t perform that action at this time.
0 commit comments