It revives some cores for Pi02GPi. (#1954)

This commit is contained in:
Yasai-san 2024-04-08 05:44:12 +09:00 committed by GitHub
parent 4a1181ae64
commit 1e2ca840dc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -329,7 +329,7 @@
# disable some cores
if [ "${PROJECT}" = "RPi" ]; then
if [ "${DEVICE}" = "RPi" -o "${DEVICE}" = "GPICase" -o "${DEVICE}" = "Pi02GPi" ]; then
if [ "${DEVICE}" = "RPi" -o "${DEVICE}" = "GPICase" ]; then
EXCLUDE_LIBRETRO_CORES+="\
beetle_bsnes \
beetle_psx \
@ -378,6 +378,8 @@
yabause \
yabasanshiro \
"
elif [ "${DEVICE}" = "Pi02GPi" ]; then
EXCLUDE_LIBRETRO_CORES+=" kronos openlara play ppsspp vircon32 yabasanshiro"
elif [ "${DEVICE}" = "RPi2" ]; then
EXCLUDE_LIBRETRO_CORES+=" play"
elif [ "${DEVICE}" = "RPi3" ]; then