mirror of
https://github.com/libretro/libretro-super.git
synced 2024-11-23 07:49:44 +00:00
Add Vita rules
This commit is contained in:
parent
7948adc121
commit
5e4c320138
@ -159,7 +159,7 @@ build_default_cores() {
|
||||
fi
|
||||
libretro_build_core 2048
|
||||
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
|
||||
fi
|
||||
libretro_build_core catsfc
|
||||
@ -206,13 +206,13 @@ build_default_cores() {
|
||||
libretro_build_core gw
|
||||
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 fuse
|
||||
libretro_build_core lutro
|
||||
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_libretro_gl
|
||||
|
Loading…
Reference in New Issue
Block a user