Add mr.boom core info file

This commit is contained in:
twinaphex 2017-01-21 17:11:32 +01:00
parent 196d12fef1
commit 5edb2e5df4
2 changed files with 17 additions and 0 deletions

10
dist/info/mrboom_libretro.info vendored Normal file
View File

@ -0,0 +1,10 @@
display_name = "Mr.Boom (Bomberman)"
authors = ""
supported_extensions = ""
corename = "Mr.Boom"
categories = "Game"
systemname = "Bomberman Game Clone"
license = ""
permissions = ""
display_version = "v1"
supports_no_game = "true"

View File

@ -24,6 +24,13 @@ 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"
include_core_mrboom() {
register_module core "mrboom"
}
libretro_mrboom_name="Mr.Boom"
libretro_mrboom_git_url="https://github.com/libretro/mrboom-libretro.git"
libretro_mrboom_build_makefile="Makefile"
include_core_easyrpg() {
register_module core "easyrpg" -ngc -ps3 -psp1 -wii
}