simplecore check was backwards woops
This commit is contained in:
parent
e64bceb2cf
commit
23397a8c01
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue