mirror of
https://github.com/libretro/libretro-super
synced 2025-04-17 08:43:18 +00:00
Add gme core info file and gme rule
This commit is contained in:
parent
f721b9dd69
commit
3e5c08ca16
10
dist/info/gme_libretro.info
vendored
Normal file
10
dist/info/gme_libretro.info
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
display_name = "Game Music Emu"
|
||||
authors = "Blargg"
|
||||
supported_extensions = "ay|gbs|gym|hes|kss|nsf|nsfe|sap|spc|vgm|vgz"
|
||||
corename = "Game Music Emu"
|
||||
categories = "Music player"
|
||||
systemname = "Music"
|
||||
license = "LGPLv2, GPLv2"
|
||||
permissions = ""
|
||||
display_version = "Git"
|
||||
supports_no_game = "false"
|
@ -18,6 +18,10 @@ libretro_bsnes_performance_git_url="https://github.com/libretro/bsnes-libretro.g
|
||||
libretro_bsnes_performance_build_args="compiler=\"${CXX11}\" profile=\"performance\""
|
||||
libretro_bsnes_performance_build_products="out"
|
||||
|
||||
register_module core "gme" -ngc -ps3 -psp1 -wii
|
||||
libretro_gme_name="Game Music Emu"
|
||||
libretro_gme_git_url="https://github.com/libretro/libretro-gme.git"
|
||||
|
||||
register_module core "snes9x2002" -ngc -ps3 -psp1 -wii
|
||||
libretro_snes9x2002_name="SNES9x 2002"
|
||||
libretro_snes9x2002_git_url="https://github.com/libretro/snes9x2002.git"
|
||||
|
Loading…
x
Reference in New Issue
Block a user