mirror of
https://github.com/libretro/libretro-super
synced 2024-12-03 19:01:49 +00:00
More build rules
This commit is contained in:
parent
0300954f25
commit
b24f98cab7
@ -173,13 +173,6 @@ build_default_cores() {
|
|||||||
|
|
||||||
libretro_build_core genesis_plus_gx
|
libretro_build_core genesis_plus_gx
|
||||||
|
|
||||||
if [ $platform != "qnx" ]; then
|
|
||||||
# Compilation issues
|
|
||||||
libretro_build_core hatari
|
|
||||||
libretro_build_core meteor
|
|
||||||
fi
|
|
||||||
|
|
||||||
libretro_build_core lutro
|
|
||||||
libretro_build_core mame078
|
libretro_build_core mame078
|
||||||
|
|
||||||
libretro_build_core mednafen_gba
|
libretro_build_core mednafen_gba
|
||||||
@ -189,7 +182,10 @@ build_default_cores() {
|
|||||||
libretro_build_core mednafen_pcfx
|
libretro_build_core mednafen_pcfx
|
||||||
libretro_build_core mednafen_psx
|
libretro_build_core mednafen_psx
|
||||||
if [ $platform != "qnx" ]; then
|
if [ $platform != "qnx" ]; then
|
||||||
|
# (QNX) Compilation issues
|
||||||
libretro_build_core mednafen_snes
|
libretro_build_core mednafen_snes
|
||||||
|
libretro_build_core hatari
|
||||||
|
libretro_build_core meteor
|
||||||
fi
|
fi
|
||||||
libretro_build_core mednafen_supergrafx
|
libretro_build_core mednafen_supergrafx
|
||||||
libretro_build_core mednafen_vb
|
libretro_build_core mednafen_vb
|
||||||
@ -197,8 +193,10 @@ build_default_cores() {
|
|||||||
|
|
||||||
libretro_build_core gw
|
libretro_build_core gw
|
||||||
|
|
||||||
|
|
||||||
if [ $platform != "ps3" ] && [ $platform != "sncps3" ]; then
|
if [ $platform != "ps3" ] && [ $platform != "sncps3" ]; then
|
||||||
|
if [ $platform != "wii" ] && [ $platform != "ngc" ]; then
|
||||||
|
libretro_build_core lutro
|
||||||
|
fi
|
||||||
libretro_build_core fuse
|
libretro_build_core fuse
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user