mirror of
https://github.com/libretro/libretro-super
synced 2025-01-03 23:37:11 +00:00
Add new rule for PCSXR
This commit is contained in:
parent
ed39d2525b
commit
1f139fcaa8
@ -158,6 +158,16 @@ 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() {
|
||||
if [ "$platform" = "ios" ]; then
|
||||
core_build_cores="pcsxr_interpreter pcsxr"
|
||||
fi
|
||||
}
|
||||
|
||||
register_module core "mednafen_gba" -theos_ios
|
||||
libretro_mednafen_gba_name="Mednafen/Beetle GBA"
|
||||
libretro_mednafen_gba_git_url="https://github.com/libretro/beetle-gba-libretro.git"
|
||||
|
Loading…
Reference in New Issue
Block a user