Add RACE core

This commit is contained in:
twinaphex 2019-12-29 03:03:45 +01:00
parent aa2d3c434a
commit e2c7ef99e7
2 changed files with 7 additions and 0 deletions

View File

@ -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

View File

@ -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
}