Add samecdi and a5200 build rules
This commit is contained in:
parent
834db52cac
commit
13d573b99b
|
@ -95,6 +95,9 @@ include_core_stella2014
|
|||
# --- Atari 800 emulator cores ---
|
||||
include_core_atari800
|
||||
|
||||
# --- Atari 5200 emulator cores ---
|
||||
include_core_a5200
|
||||
|
||||
# --- Commodore 64 emulator cores ---
|
||||
include_core_frodo
|
||||
include_core_vice_x64
|
||||
|
@ -110,6 +113,9 @@ include_core_pcsx2
|
|||
include_core_rustation
|
||||
include_core_duckstation
|
||||
|
||||
# --- Philips CDi emulator cores ---
|
||||
include_core_samecdi
|
||||
|
||||
# --- PlayStation2 emulator cores ---
|
||||
#include_core_play
|
||||
|
||||
|
|
|
@ -1213,6 +1213,20 @@ libretro_atari800_name="Atari800"
|
|||
libretro_atari800_git_url="https://github.com/libretro/libretro-atari800.git"
|
||||
libretro_atari800_build_makefile="Makefile"
|
||||
|
||||
include_core_a5200() {
|
||||
register_module core "a5200" -theos_ios -ngc -sncps3 -ps3 -psp1 -qnx -wii
|
||||
}
|
||||
libretro_a5200_name="A5200"
|
||||
libretro_a5200_git_url="https://github.com/libretro/a5200.git"
|
||||
libretro_a5200_build_makefile="Makefile"
|
||||
|
||||
include_core_samecdi() {
|
||||
register_module core "samecdi" -theos_ios -ngc -sncps3 -ps3 -psp1 -qnx -wii
|
||||
}
|
||||
libretro_samecdi_name="SameCDi"
|
||||
libretro_samecdi_git_url="https://github.com/libretro/same_cdi.git"
|
||||
libretro_samecdi_build_makefile="Makefile.libretro"
|
||||
|
||||
include_core_vemulator() {
|
||||
register_module core "vemulator" -theos_ios -ngc -sncps3 -ps3 -psp1 -qnx -wii
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue