Fix scummvm libretro startup.

This commit is contained in:
fewtarius 2023-03-10 19:13:05 -05:00
parent 9838b8f6a4
commit e9fd421c5a
No known key found for this signature in database
GPG key ID: F4AE55305D1B8C1A

View file

@ -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