Merge pull request #897 from fewtarius/dev

Fix runemu oops.
This commit is contained in:
fewtarius 2023-01-03 05:20:07 -05:00 committed by GitHub
commit 3afbc01b8c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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