mirror of
https://github.com/libretro/libretro-super
synced 2025-02-21 12:40:39 +00:00
Whitelist catsfc for big-endian
This commit is contained in:
parent
ed560f7ac7
commit
abaa47b17a
@ -161,8 +161,8 @@ build_default_cores() {
|
|||||||
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" ]; then
|
||||||
libretro_build_core dosbox
|
libretro_build_core dosbox
|
||||||
libretro_build_core catsfc
|
|
||||||
fi
|
fi
|
||||||
|
libretro_build_core catsfc
|
||||||
if [ $platform != "psp1" ]; then
|
if [ $platform != "psp1" ]; then
|
||||||
# Excluded for binary size reasons
|
# Excluded for binary size reasons
|
||||||
libretro_build_core fb_alpha
|
libretro_build_core fb_alpha
|
||||||
|
Loading…
x
Reference in New Issue
Block a user