Add sameboy rules

This commit is contained in:
twinaphex 2017-04-23 10:39:12 +02:00
parent 672e931141
commit c60ed04ba8
3 changed files with 21 additions and 0 deletions

View File

@ -58,6 +58,7 @@ include_core_puae
include_core_bnes
include_core_fceumm
include_core_gambatte
include_core_sameboy
include_core_meteor
include_core_nxengine
include_core_prboom

12
dist/info/sameboy_libretro.info vendored Normal file
View File

@ -0,0 +1,12 @@
display_name = "Game Boy / Game Boy Color (SameBoy)"
authors = "LIJI32"
supported_extensions = "gb|gbc"
corename = "SameBoy"
manufacturer = "Nintendo"
categories = "Emulator"
systemname = "Game Boy/Game Boy Color"
database = "Nintendo - Game Boy|Nintendo - Game Boy Color"
license = "MIT"
permissions = ""
display_version = "v0.8.0"
supports_no_game = "false"

View File

@ -263,6 +263,14 @@ libretro_gambatte_git_url="https://github.com/libretro/gambatte-libretro.git"
libretro_gambatte_build_platform="$FORMAT_COMPILER_TARGET_ALT"
libretro_gambatte_build_makefile="Makefile.libretro"
include_core_sameboy() {
register_module core "sameboy"
}
libretro_sameboy_name="SameBoy"
libretro_sameboy_git_url="https://github.com/libretro/SameBoy.git"
libretro_sameboy_build_platform="$FORMAT_COMPILER_TARGET_ALT"
libretro_sameboy_build_makefile="Makefile.libretro"
include_core_meteor() {
register_module core "meteor" -ngc -ps3 -psp1 -qnx -wii
}