mirror of
https://github.com/libretro/libretro-super
synced 2024-12-29 09:22:43 +00:00
Add openlara recipe
This commit is contained in:
parent
d763d2f676
commit
76007f1260
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user