Add Gearsystem core

This commit is contained in:
Ignacio Sanchez Gines 2019-03-26 22:26:29 +01:00
parent 20b7c8c4ae
commit 7175323d7d
No known key found for this signature in database
GPG Key ID: 9991E3DF4B412A05
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"
}