Rename PCSX1 rule

This commit is contained in:
twinaphex 2015-08-24 07:49:35 +02:00
parent cb837f25e4
commit bd0f7a96be

View File

@ -158,13 +158,13 @@ libretro_pcsx_rearmed_configure() {
fi
}
register_module core "pcsxr" -theos_ios -ngc -ps3 -psp1 -wii
libretro_pcsxr_name="PCSXR"
libretro_pcsxr_git_url="https://github.com/libretro/pcsxr-libretro.git"
libretro_pcsxr_build_makefile="Makefile.libretro"
libretro_pcsxr_configure() {
register_module core "pcsx1" -theos_ios -ngc -ps3 -psp1 -wii
libretro_pcsx1_name="PCSX1"
libretro_pcsx1_git_url="https://github.com/libretro/pcsxr-libretro.git"
libretro_pcsx1_build_makefile="Makefile.libretro"
libretro_pcsx1_configure() {
if [ "$platform" = "ios" ]; then
core_build_cores="pcsxr_interpreter pcsxr"
core_build_cores="pcsx1_interpreter pcsx1"
fi
}