Add mednafen_pce url

This commit is contained in:
negativeExponent 2020-01-21 05:50:40 +08:00 committed by GitHub
parent e63749cc0b
commit bd30042d3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -565,6 +565,12 @@ include_core_race() {
libretro_race_name="RACE"
libretro_race_git_url="https://github.com/libretro/RACE.git"
include_core_mednafen_pce() {
register_module core "mednafen_pce" -theos_ios
}
libretro_mednafen_pce_name="Mednafen/Beetle PCE"
libretro_mednafen_pce_git_url="https://github.com/libretro/beetle-pce-libretro.git"
include_core_mednafen_pce_fast() {
register_module core "mednafen_pce_fast" -theos_ios
}