mirror of
https://github.com/libretro/libretro-super.git
synced 2024-11-23 07:49:44 +00:00
Move prosystem out of little endian only build rule - works now
on big-endian - no sound yet though
This commit is contained in:
parent
f1b62cb390
commit
811c7da08e
@ -108,7 +108,6 @@ build_default_cores_little_endian_only() {
|
||||
|
||||
# TODO - Verify endianness compatibility - for now exclude
|
||||
libretro_build_core virtualjaguar
|
||||
libretro_build_core prosystem
|
||||
}
|
||||
|
||||
# These are C++11 cores
|
||||
@ -207,6 +206,7 @@ build_default_cores() {
|
||||
libretro_build_core mednafen_wswan
|
||||
|
||||
libretro_build_core gw
|
||||
libretro_build_core prosystem
|
||||
|
||||
if [ $platform != "ps3" ] && [ $platform != "sncps3" ]; then
|
||||
libretro_build_core fuse
|
||||
|
Loading…
Reference in New Issue
Block a user