mirror of
https://github.com/libretro/libretro-super
synced 2025-01-30 06:32:45 +00:00
Add rules
This commit is contained in:
parent
cb2018e7c0
commit
34aee3c1e0
@ -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
|
||||
|
||||
|
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user