Fix runemu oops.
This commit is contained in:
parent
db0c587985
commit
833585b12c
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ fi
|
|||
|
||||
### Offline all but the number of cores we need for this game if configured.
|
||||
NUMCORES=$(get_setting "cores" "${PLATFORM}" "${ROMNAME##*/}")
|
||||
if [ -z "${NUMCORES}" ]
|
||||
if [ -n "${NUMCORES}" ]
|
||||
then
|
||||
onlinecores ${NUMCORES} 0
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue