mirror of
https://github.com/libretro/libretro-super
synced 2025-04-10 21:44:19 +00:00
Add Vita rules
This commit is contained in:
parent
7948adc121
commit
5e4c320138
@ -159,7 +159,7 @@ build_default_cores() {
|
|||||||
fi
|
fi
|
||||||
libretro_build_core 2048
|
libretro_build_core 2048
|
||||||
libretro_build_core bluemsx
|
libretro_build_core bluemsx
|
||||||
if [ $platform != "psp1" ] && [ $platform != "ngc" ] && [ $platform != "wii" ] && [ $platform != "ps3" ] && [ $platform != "sncps3" ]; then
|
if [ $platform != "psp1" ] && [ $platform != "ngc" ] && [ $platform != "wii" ] && [ $platform != "ps3" ] && [ $platform != "sncps3" ] && [ $platform != "vita" ]; then
|
||||||
libretro_build_core dosbox
|
libretro_build_core dosbox
|
||||||
fi
|
fi
|
||||||
libretro_build_core catsfc
|
libretro_build_core catsfc
|
||||||
@ -206,13 +206,13 @@ build_default_cores() {
|
|||||||
libretro_build_core gw
|
libretro_build_core gw
|
||||||
libretro_build_core prosystem
|
libretro_build_core prosystem
|
||||||
|
|
||||||
if [ $platform != "ps3" ] && [ $platform != "sncps3" ]; then
|
if [ $platform != "ps3" ] && [ $platform != "sncps3" ] && [ $platform != "vita" ]; then
|
||||||
libretro_build_core 81
|
libretro_build_core 81
|
||||||
libretro_build_core fuse
|
libretro_build_core fuse
|
||||||
libretro_build_core lutro
|
libretro_build_core lutro
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ $platform != "ps3" ] && [ $platform != "sncps3" ] && [ $platform != "wii" ] && [ $platform != "ngc" ]; then
|
if [ $platform != "ps3" ] && [ $platform != "sncps3" ] && [ $platform != "wii" ] && [ $platform != "ngc" ] && [ $platform != "vita" ]; then
|
||||||
build_default_cores_little_endian_only
|
build_default_cores_little_endian_only
|
||||||
|
|
||||||
build_default_cores_libretro_gl
|
build_default_cores_libretro_gl
|
||||||
|
Loading…
x
Reference in New Issue
Block a user