mirror of
https://github.com/libretro/libretro-super
synced 2025-01-01 09:00:08 +00:00
Merge pull request #1004 from drhelius/gearsystem-2.5.1
Add Gearsystem core
This commit is contained in:
commit
6e201aae0f
@ -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
|
||||
|
@ -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"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user