Add fetch recipe for gearboy
This commit is contained in:
parent
c69138eb47
commit
a54d4e97f3
|
@ -70,6 +70,7 @@ include_core_citra_canary
|
||||||
include_core_gambatte
|
include_core_gambatte
|
||||||
include_core_sameboy
|
include_core_sameboy
|
||||||
include_core_tgbdual
|
include_core_tgbdual
|
||||||
|
include_core_gearboy
|
||||||
|
|
||||||
# --- Atari 2600 emulator cores ---
|
# --- Atari 2600 emulator cores ---
|
||||||
include_core_stella
|
include_core_stella
|
||||||
|
|
|
@ -325,6 +325,15 @@ libretro_gambatte_git_url="https://github.com/libretro/gambatte-libretro.git"
|
||||||
libretro_gambatte_build_platform="$FORMAT_COMPILER_TARGET_ALT"
|
libretro_gambatte_build_platform="$FORMAT_COMPILER_TARGET_ALT"
|
||||||
libretro_gambatte_build_makefile="Makefile.libretro"
|
libretro_gambatte_build_makefile="Makefile.libretro"
|
||||||
|
|
||||||
|
include_core_gearboy() {
|
||||||
|
register_module core "gearboy"
|
||||||
|
}
|
||||||
|
libretro_gearboy_name="Gearboy"
|
||||||
|
libretro_gearboy_git_url="https://github.com/drhelius/Gearboy.git"
|
||||||
|
libretro_gearboy_build_platform="$FORMAT_COMPILER_TARGET_ALT"
|
||||||
|
libretro_gearboy_build_subdir="platforms/libretro"
|
||||||
|
libretro_gearboy_build_makefile="Makefile"
|
||||||
|
|
||||||
include_core_sameboy() {
|
include_core_sameboy() {
|
||||||
register_module core "sameboy"
|
register_module core "sameboy"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue