Start changing all the SNES9x names
This commit is contained in:
parent
af3e356932
commit
95323f7e68
|
@ -1,7 +1,7 @@
|
|||
display_name = "SNES / Super Famicom (PocketSNES)"
|
||||
display_name = "SNES / Super Famicom (SNES9x 2002)"
|
||||
authors = "Snes9x Team|PocketSNES Team|Toadking"
|
||||
supported_extensions = "smc|fig|sfc|gd3|gd7|dx2|bsx|swc"
|
||||
corename = "PocketSNES"
|
||||
corename = "SNES9x 2002"
|
||||
manufacturer = "Nintendo"
|
||||
categories = "Emulator"
|
||||
systemname = "Super Nintendo Entertainment System"
|
|
@ -1,7 +1,7 @@
|
|||
display_name = "SNES / Super Famicom (CATSFC)"
|
||||
display_name = "SNES / Super Famicom (SNES9x 2005)"
|
||||
authors = "Snes9x Team|dking|BassAceGold|ShadauxCat|Nebuleon"
|
||||
supported_extensions = "smc|fig|sfc|gd3|gd7|dx2|bsx|swc"
|
||||
corename = "CATSFC"
|
||||
corename = "SNES9x 2005"
|
||||
manufacturer = "Nintendo"
|
||||
categories = "Emulator"
|
||||
systemname = "Super Nintendo Entertainment System"
|
|
@ -158,7 +158,7 @@ build_default_cores() {
|
|||
if [ $platform != "psp1" ] && [ $platform != "ngc" ] && [ $platform != "wii" ] && [ $platform != "ps3" ] && [ $platform != "sncps3" ] && [ $platform != "vita" ]; then
|
||||
libretro_build_core dosbox
|
||||
fi
|
||||
libretro_build_core catsfc
|
||||
libretro_build_core snes9x2005
|
||||
if [ $platform != "psp1" ]; then
|
||||
# Excluded for binary size reasons
|
||||
libretro_build_core fb_alpha
|
||||
|
@ -172,7 +172,7 @@ build_default_cores() {
|
|||
libretro_build_core nxengine
|
||||
libretro_build_core prboom
|
||||
libretro_build_core quicknes
|
||||
libretro_build_core snes9x_next
|
||||
libretro_build_core snes9x2010
|
||||
libretro_build_core tyrquake
|
||||
libretro_build_core vba_next
|
||||
libretro_build_core vecx
|
||||
|
|
|
@ -18,13 +18,19 @@ libretro_bsnes_performance_git_url="https://github.com/libretro/bsnes-libretro.g
|
|||
libretro_bsnes_performance_build_args="compiler=\"${CXX11}\" profile=\"performance\""
|
||||
libretro_bsnes_performance_build_products="out"
|
||||
|
||||
register_module core "pocketsnes" -ngc -ps3 -psp1 -wii
|
||||
libretro_pocketsnes_name="PocketSNES"
|
||||
libretro_pocketsnes_git_url="https://github.com/libretro/pocketsnes-libretro.git"
|
||||
register_module core "snes9x2002" -ngc -ps3 -psp1 -wii
|
||||
libretro_snes9x2002_name="SNES9x 2002"
|
||||
libretro_snes9x2002_git_url="https://github.com/libretro/snes9x2002-libretro.git"
|
||||
|
||||
register_module core "catsfc" -ngc -ps3 -psp1 -wii
|
||||
libretro_catsfc_name="CATSFC"
|
||||
libretro_catsfc_git_url="https://github.com/libretro/CATSFC-libretro.git"
|
||||
register_module core "snes9x2005" -ngc -ps3 -psp1 -wii
|
||||
libretro_snes9x2005_name="SNES9x 2005"
|
||||
libretro_snes9x2005_git_url="https://github.com/libretro/snes9x2005-libretro.git"
|
||||
|
||||
register_module core "snes9x2010" -ps3
|
||||
libretro_snes9x2010_name="SNES9x 2010"
|
||||
libretro_snes9x2010_git_url="https://github.com/libretro/snes9x2010.git"
|
||||
libretro_snes9x2010_build_makefile="Makefile.libretro"
|
||||
libretro_snes9x2010_build_platform="$FORMAT_COMPILER_TARGET_ALT"
|
||||
|
||||
register_module core "snes9x" -ngc -sncps3 -ps3 -psp1 -wii
|
||||
libretro_snes9x_name="SNES9x"
|
||||
|
@ -36,12 +42,6 @@ libretro_reicast_name="Reicast"
|
|||
libretro_reicast_git_url="https://github.com/libretro/reicast-emulator.git"
|
||||
libretro_reicast_build_makefile="Makefile"
|
||||
|
||||
register_module core "snes9x_next" -ps3
|
||||
libretro_snes9x_next_name="SNES9x Next"
|
||||
libretro_snes9x_next_git_url="https://github.com/libretro/snes9x-next.git"
|
||||
libretro_snes9x_next_build_makefile="Makefile.libretro"
|
||||
libretro_snes9x_next_build_platform="$FORMAT_COMPILER_TARGET_ALT"
|
||||
|
||||
register_module core "genesis_plus_gx" -theos_ios
|
||||
libretro_genesis_plus_gx_name="Genesis Plus GX"
|
||||
libretro_genesis_plus_gx_git_url="https://github.com/libretro/Genesis-Plus-GX.git"
|
||||
|
|
Loading…
Reference in New Issue