Merge pull request #1004 from drhelius/gearsystem-2.5.1

Add Gearsystem core
This commit is contained in:
Twinaphex 2019-03-28 12:48:46 +01:00 committed by GitHub
commit 6e201aae0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 0 deletions

View File

@ -34,6 +34,9 @@ include_core_genesis_plus_gx
include_core_picodrive
include_core_blastem
# --- Master System cores ---
include_core_gearsystem
# --- Arcade emulator cores ---
include_core_fbalpha
include_core_fbalpha2012

View File

@ -348,6 +348,15 @@ libretro_gearboy_build_platform="$FORMAT_COMPILER_TARGET_ALT"
libretro_gearboy_build_subdir="platforms/libretro"
libretro_gearboy_build_makefile="Makefile"
include_core_gearsystem() {
register_module core "gearsystem"
}
libretro_gearsystem_name="Gearsystem"
libretro_gearsystem_git_url="https://github.com/drhelius/Gearsystem.git"
libretro_gearsystem_build_platform="$FORMAT_COMPILER_TARGET_ALT"
libretro_gearsystem_build_subdir="platforms/libretro"
libretro_gearsystem_build_makefile="Makefile"
include_core_sameboy() {
register_module core "sameboy"
}