mirror of
https://github.com/libretro/libretro-super
synced 2025-03-23 22:43:44 +00:00
Move vba_next to ps3 compiler
This commit is contained in:
parent
df90337a74
commit
7fa6efc4cb
@ -37,6 +37,7 @@ WANT_CORES=" \
|
|||||||
prboom \
|
prboom \
|
||||||
stella \
|
stella \
|
||||||
tyrquake \
|
tyrquake \
|
||||||
|
vba_next \
|
||||||
gw \
|
gw \
|
||||||
mgba"
|
mgba"
|
||||||
else
|
else
|
||||||
|
@ -16,10 +16,9 @@ fi
|
|||||||
|
|
||||||
if [[ -z "$1" ]]; then
|
if [[ -z "$1" ]]; then
|
||||||
WANT_CORES=" \
|
WANT_CORES=" \
|
||||||
2048
|
2048 \
|
||||||
gambatte \
|
gambatte \
|
||||||
snes9x2010 \
|
snes9x2010 \
|
||||||
vba_next \
|
|
||||||
vecx"
|
vecx"
|
||||||
else
|
else
|
||||||
WANT_CORES="$@"
|
WANT_CORES="$@"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user