Fix runemu oops.

This commit is contained in:
fewtarius 2023-01-03 05:19:36 -05:00
parent db0c587985
commit 833585b12c
No known key found for this signature in database
GPG key ID: F4AE55305D1B8C1A

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