simplecore check was backwards woops

This commit is contained in:
Nicholas Ricciuti 2023-06-10 18:13:48 -04:00
parent e64bceb2cf
commit 23397a8c01
No known key found for this signature in database
GPG key ID: 079A5AB9E5CAFE2D

View file

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