diff --git a/distributions/Lakka/options b/distributions/Lakka/options index 67a85809c5..ff3dc82d42 100644 --- a/distributions/Lakka/options +++ b/distributions/Lakka/options @@ -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