Merge pull request #1595 from rishooty/parallelPlusSimpleHack
script fix
This commit is contained in:
commit
e3cdf6b741
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue