Skip to content

Commit d2d1140

Browse files
committed
Lakka: add boom3 and vitaquake3 to LIBRETRO_CORES env
- so they can be updated using `libretro_update.sh` - exclude for all targets except Switch
1 parent 526465f commit d2d1140

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

distributions/Lakka/options

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@
200200
blastem \
201201
bluemsx \
202202
bnes \
203+
boom 3 \
203204
bsnes \
204205
bsnes2014 \
205206
bsnes_hd \
@@ -304,6 +305,7 @@
304305
vecx \
305306
vice \
306307
virtualjaguar \
308+
vitaquake 3 \
307309
xmil \
308310
xrick \
309311
yabasanshiro \
@@ -386,6 +388,10 @@
386388
elif [ "${DEVICE}" != "RPi" -o "${DEVICE}" != "GPICase" ]; then
387389
EXCLUDE_LIBRETRO_CORES+=" fbalpha2012 mame2000"
388390
fi
391+
# boom3 and vitaquake for now only for Switch
392+
if [ "${PROJECT}" != "L4T" -a "${DEVICE}" != "Switch" ]; then
393+
EXCLUDE_LIBRETRO_CORES+=" boom3 vitaquake3"
394+
fi
389395

390396
# exclude some cores at build time
391397
if [ -n "${EXCLUDE_LIBRETRO_CORES}" ]; then

projects/L4T/devices/Switch/options

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ ADDITIONAL_PACKAGES+=" switch-joycon-bluetooth-dock-configs switch-alsa-ucm-conf
1515

1616
if [ "${DISTRO}" = "Lakka" ]; then
1717
ADDITIONAL_PACKAGES+=" mergerfs switch-cpu-profile switch-gpu-profile"
18-
ADDITIONAL_PACKAGES+=" boom3 vitaquake3"
1918
fi
2019

2120
if [ ${PULSEAUDIO_SUPPORT} = "yes" ]; then

0 commit comments

Comments
 (0)