Skip to content

Commit

Permalink
Update rules
Browse files Browse the repository at this point in the history
  • Loading branch information
inactive123 committed Jul 31, 2015
1 parent c3c9731 commit 878a124
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions libretro-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -205,15 +205,14 @@ build_default_cores() {

if [ $platform != "ps3" ] && [ $platform != "sncps3" ]; then
libretro_build_core fuse
libretro_build_core lutro
fi

if [ $platform != "ps3" ] && [ $platform != "sncps3" ] && [ $platform != "wii" ] && [ $platform != "ngc" ]; then
build_default_cores_little_endian_only

build_default_cores_libretro_gl

libretro_build_core lutro

# (PS3/NGC/Wii) Excluded for performance reasons
libretro_build_core snes9x
libretro_build_core vbam
Expand Down

0 comments on commit 878a124

Please sign in to comment.