mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-27 10:30:52 +00:00
It revives some cores for Pi02GPi. (#1954)
This commit is contained in:
parent
4a1181ae64
commit
1e2ca840dc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user