Skip to content

Commit

Permalink
fix search / replace fail when moving to $md_conf_root with mupen64 p…
Browse files Browse the repository at this point in the history
…arameter
  • Loading branch information
joolswills committed Jun 2, 2016
1 parent 79d7f44 commit c7699fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scriptmodules/emulators/mupen64plus.sh
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ function configure_mupen64plus() {
mkUserDir "$md_conf_root/n64/"
# Copy config files
cp -v "$md_inst/share/mupen64plus/"{*.ini,font.ttf,*.conf} "$md_conf_root/n64/"
su "$user" -c "$md_inst/bin/mupen64plus --md_conf_root $md_conf_root/n64 --datadir $md_conf_root/n64"
su "$user" -c "$md_inst/bin/mupen64plus --configdir $md_conf_root/n64 --datadir $md_conf_root/n64"

iniConfig " = " '"' "$md_conf_root/n64/mupen64plus.cfg"
iniSet "ScreenshotPath" "$romdir/n64"
Expand Down

0 comments on commit c7699fd

Please sign in to comment.