Add rules

This commit is contained in:
twinaphex 2020-10-22 16:15:53 +02:00
parent cb2018e7c0
commit 34aee3c1e0
2 changed files with 9 additions and 0 deletions

View File

@ -103,6 +103,7 @@ include_core_vice_xplus4
include_core_mednafen_psx
include_core_pcsx_rearmed
include_core_pcsx1
include_core_pcsx2
include_core_rustation
include_core_duckstation

View File

@ -582,6 +582,14 @@ libretro_pcsx1_configure() {
fi
}
include_core_pcsx2() {
register_module core "pcsx2" -theos_ios -ngc -ps3 -psp1 -wii
}
libretro_pcsx2_name="PCSX2"
libretro_pcsx2_git_url="https://github.com/libretro/pcsx2.git"
libretro_pcsx2_build_subdir="libretro"
libretro_pcsx2_build_makefile="Makefile"
include_core_mednafen_gba() {
register_module core "mednafen_gba" -theos_ios
}