Fix scummvm libretro startup.
This commit is contained in:
parent
9838b8f6a4
commit
e9fd421c5a
1 changed files with 1 additions and 1 deletions
|
@ -472,7 +472,7 @@ else
|
|||
"scummvm")
|
||||
GAMEDIR=$(cat "${ROMNAME}" | awk 'BEGIN {FS="\""}; {print $2}')
|
||||
cd "${GAMEDIR}"
|
||||
RUNTHIS='${TBASH} /usr/bin/scummvm.start libretro .'
|
||||
RUNTHIS='${TBASH} /usr/bin/start_scummvm.sh libretro .'
|
||||
;;
|
||||
esac
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue