Skip to content

Commit

Permalink
Exclude 81 for PS3
Browse files Browse the repository at this point in the history
  • Loading branch information
inactive123 committed Aug 4, 2015
1 parent 6cd08eb commit c1d07b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions libretro-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions libretro-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand Down

0 comments on commit c1d07b8

Please sign in to comment.