File tree Expand file tree Collapse file tree
projects/L4T/devices/Switch Expand file tree Collapse file tree Original file line number Diff line number Diff line change 200200 blastem \
201201 bluemsx \
202202 bnes \
203+ boom 3 \
203204 bsnes \
204205 bsnes2014 \
205206 bsnes_hd \
304305 vecx \
305306 vice \
306307 virtualjaguar \
308+ vitaquake 3 \
307309 xmil \
308310 xrick \
309311 yabasanshiro \
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
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ ADDITIONAL_PACKAGES+=" switch-joycon-bluetooth-dock-configs switch-alsa-ucm-conf
1515
1616if [ "${DISTRO}" = "Lakka" ]; then
1717 ADDITIONAL_PACKAGES+=" mergerfs switch-cpu-profile switch-gpu-profile"
18- ADDITIONAL_PACKAGES+=" boom3 vitaquake3"
1918fi
2019
2120if [ ${PULSEAUDIO_SUPPORT} = "yes" ]; then
You can’t perform that action at this time.
0 commit comments