Update rules
This commit is contained in:
parent
c3c973124c
commit
878a124eab
|
@ -205,6 +205,7 @@ build_default_cores() {
|
||||||
|
|
||||||
if [ $platform != "ps3" ] && [ $platform != "sncps3" ]; then
|
if [ $platform != "ps3" ] && [ $platform != "sncps3" ]; then
|
||||||
libretro_build_core fuse
|
libretro_build_core fuse
|
||||||
|
libretro_build_core lutro
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ $platform != "ps3" ] && [ $platform != "sncps3" ] && [ $platform != "wii" ] && [ $platform != "ngc" ]; then
|
if [ $platform != "ps3" ] && [ $platform != "sncps3" ] && [ $platform != "wii" ] && [ $platform != "ngc" ]; then
|
||||||
|
@ -212,8 +213,6 @@ build_default_cores() {
|
||||||
|
|
||||||
build_default_cores_libretro_gl
|
build_default_cores_libretro_gl
|
||||||
|
|
||||||
libretro_build_core lutro
|
|
||||||
|
|
||||||
# (PS3/NGC/Wii) Excluded for performance reasons
|
# (PS3/NGC/Wii) Excluded for performance reasons
|
||||||
libretro_build_core snes9x
|
libretro_build_core snes9x
|
||||||
libretro_build_core vbam
|
libretro_build_core vbam
|
||||||
|
|
Loading…
Reference in New Issue