mirror of
https://github.com/libretro/libretro-super
synced 2024-12-25 15:20:40 +00:00
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
|
||||
|
||||
|
0
environment/ps2-env.sh
Executable file → Normal file
0
environment/ps2-env.sh
Executable file → Normal file
0
libretro-build-common.sh
Executable file → Normal file
0
libretro-build-common.sh
Executable file → Normal file
0
libretro-build-ios10.sh
Normal file → Executable file
0
libretro-build-ios10.sh
Normal file → Executable file
0
libretro-build-msvc2003_x86.sh
Normal file → Executable file
0
libretro-build-msvc2003_x86.sh
Normal file → Executable file
0
libretro-build-msvc2008_x86.sh
Normal file → Executable file
0
libretro-build-msvc2008_x86.sh
Normal file → Executable file
0
libretro-build-msvc2010_x64.sh
Normal file → Executable file
0
libretro-build-msvc2010_x64.sh
Normal file → Executable file
0
libretro-build-msvc2015_x64.sh
Normal file → Executable file
0
libretro-build-msvc2015_x64.sh
Normal file → Executable file
0
libretro-build-msvc2015_x86.sh
Normal file → Executable file
0
libretro-build-msvc2015_x86.sh
Normal file → Executable file
0
libretro-build-msvc2017_arm_uwp.sh
Normal file → Executable file
0
libretro-build-msvc2017_arm_uwp.sh
Normal file → Executable file
0
libretro-build-msvc2017_x64_desktop.sh
Normal file → Executable file
0
libretro-build-msvc2017_x64_desktop.sh
Normal file → Executable file
0
libretro-build-msvc2017_x64_uwp.sh
Normal file → Executable file
0
libretro-build-msvc2017_x64_uwp.sh
Normal file → Executable file
0
libretro-build-msvc2017_x86_desktop.sh
Normal file → Executable file
0
libretro-build-msvc2017_x86_desktop.sh
Normal file → Executable file
0
libretro-build-msvc2017_x86_uwp.sh
Normal file → Executable file
0
libretro-build-msvc2017_x86_uwp.sh
Normal file → Executable file
0
libretro-build-xdk1.sh
Normal file → Executable file
0
libretro-build-xdk1.sh
Normal file → Executable file
0
libretro-build-xdk360.sh
Normal file → Executable file
0
libretro-build-xdk360.sh
Normal file → Executable file
0
libretro-config.sh
Executable file → Normal file
0
libretro-config.sh
Executable file → Normal file
0
recipes/playstation/ps2
Executable file → Normal file
0
recipes/playstation/ps2
Executable file → Normal file
@ -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
Block a user