mirror of
https://github.com/libretro/libretro-super
synced 2025-02-21 21:41:09 +00:00
Rename PCSX1 rule
This commit is contained in:
parent
cb837f25e4
commit
bd0f7a96be
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user