From 1e2ca840dc7d3e49ea626947a9d2b91e5a0a4638 Mon Sep 17 00:00:00 2001 From: Yasai-san <83913986+ShigeakiAsai@users.noreply.github.com> Date: Mon, 8 Apr 2024 05:44:12 +0900 Subject: [PATCH] It revives some cores for Pi02GPi. (#1954) --- distributions/Lakka/options | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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