(PS3) Compile prboom and SNES9x Next with GCC

This commit is contained in:
twinaphex 2016-02-06 22:52:55 +01:00
parent 654c0f203c
commit ec9f889945
2 changed files with 2 additions and 2 deletions

View File

@ -33,6 +33,8 @@ WANT_CORES=" \
nxengine \ nxengine \
quicknes \ quicknes \
prosystem \ prosystem \
snes9x_next \
prboom \
stella \ stella \
tyrquake \ tyrquake \
gw \ gw \

View File

@ -17,9 +17,7 @@ fi
if [[ -z "$1" ]]; then if [[ -z "$1" ]]; then
WANT_CORES=" \ WANT_CORES=" \
2048 2048
snes9x_next \
gambatte \ gambatte \
prboom \
vba_next \ vba_next \
vecx" vecx"
else else