Add openlara recipe

This commit is contained in:
twinaphex 2017-05-01 00:49:09 +02:00
parent d763d2f676
commit 76007f1260
2 changed files with 11 additions and 1 deletions

View File

@ -55,6 +55,8 @@ include_core_cap32
include_core_fsuae
include_core_puae
include_core_openlara
include_core_bnes
include_core_fceumm
include_core_gambatte

View File

@ -302,7 +302,15 @@ register_module core "melonds" -ngc -ps3 -psp1 -qnx -wii
}
libretro_melonds_name="melonDS"
libretro_melonds_git_url="https://github.com/libretro/melonDS.git"
libretro_meldons_build_makefile="Makefile"
libretro_melonds_build_makefile="Makefile"
include_core_openlara() {
register_module core "openlara" -ngc -ps3 -psp1 -qnx -wii
}
libretro_openlara_name="melonDS"
libretro_openlara_git_url="https://github.com/libretro/OpenLara.git"
libretro_openlara_build_subdir="src/platform/libretro"
libretro_openlara_build_makefile="Makefile"
include_core_desmume() {
register_module core "desmume" -ngc -ps3 -psp1 -qnx -wii