Merge pull request #1595 from rishooty/parallelPlusSimpleHack

script fix
This commit is contained in:
Nick Ricciuti 2023-06-17 12:22:36 -04:00 committed by GitHub
commit e3cdf6b741
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -119,7 +119,7 @@ fi
fi fi
# SIMPLECORE, decide which executable to use for simple64 # SIMPLECORE, decide which executable to use for simple64
if [ "{$SIMPLECORE}" = "simple" ]; then if [ "${SIMPLECORE}" = "simple" ]; then
SIMPLESUFFIX="-simple" SIMPLESUFFIX="-simple"
SET_PARAMS="$SET_PARAMS --set Core[R4300Emulator]=1" SET_PARAMS="$SET_PARAMS --set Core[R4300Emulator]=1"
else else