mirror of
https://github.com/libretro/libretro-super
synced 2025-04-17 08:43:18 +00:00
Add RACE core
This commit is contained in:
parent
aa2d3c434a
commit
e2c7ef99e7
@ -118,6 +118,7 @@ include_core_handy
|
||||
|
||||
# --- SNK Neo Geo Pocket/Color ---
|
||||
include_core_mednafen_ngp
|
||||
include_core_race
|
||||
|
||||
# --- NEC PC-Engine emulator cores ---
|
||||
include_core_mednafen_pce_fast
|
||||
|
@ -548,6 +548,12 @@ include_core_mednafen_ngp() {
|
||||
libretro_mednafen_ngp_name="Mednafen/Beetle NeoPop"
|
||||
libretro_mednafen_ngp_git_url="https://github.com/libretro/beetle-ngp-libretro.git"
|
||||
|
||||
include_core_race() {
|
||||
register_module core "race" -theos_ios -qnx
|
||||
}
|
||||
libretro_race_name="RACE"
|
||||
libretro_race_git_url="https://github.com/libretro/RACE.git"
|
||||
|
||||
include_core_mednafen_pce_fast() {
|
||||
register_module core "mednafen_pce_fast" -theos_ios
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user