mirror of
https://github.com/libretro/libretro-super
synced 2024-12-29 09:22:43 +00:00
Add sameboy rules
This commit is contained in:
parent
672e931141
commit
c60ed04ba8
@ -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
12
dist/info/sameboy_libretro.info
vendored
Normal 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"
|
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user