mirror of
https://github.com/libretro/libretro-super.git
synced 2024-11-23 07:49:44 +00:00
Exclude 81 for PS3
This commit is contained in:
parent
6cd08eb6e7
commit
c1d07b8d8a
@ -209,6 +209,7 @@ build_default_cores() {
|
||||
libretro_build_core prosystem
|
||||
|
||||
if [ $platform != "ps3" ] && [ $platform != "sncps3" ]; then
|
||||
libretro_build_core 81
|
||||
libretro_build_core fuse
|
||||
libretro_build_core lutro
|
||||
fi
|
||||
|
@ -274,6 +274,7 @@ case "$platform" in
|
||||
|
||||
CC="$DEVKITPPC/bin/powerpc-eabi-gcc$BINARY_EXT"
|
||||
CXX="$DEVKITPPC/bin/powerpc-eabi-g++$BINARY_EXT"
|
||||
AR="$DEVKITPPC/bin/powerpc-eabi-ar$BINARY_EXT"
|
||||
;;
|
||||
|
||||
wii)
|
||||
@ -285,6 +286,7 @@ case "$platform" in
|
||||
|
||||
CC="$DEVKITPPC/bin/powerpc-eabi-gcc$BINARY_EXT"
|
||||
CXX="$DEVKITPPC/bin/powerpc-eabi-g++$BINARY_EXT"
|
||||
AR="$DEVKITPPC/bin/powerpc-eabi-ar$BINARY_EXT"
|
||||
;;
|
||||
|
||||
sncps3)
|
||||
|
Loading…
Reference in New Issue
Block a user