Add melonds rule

This commit is contained in:
twinaphex 2017-02-18 05:00:27 +01:00
parent ece70df7ce
commit 361e840562
2 changed files with 8 additions and 0 deletions

View File

@ -62,6 +62,7 @@ include_core_nxengine
include_core_prboom
include_core_stella
include_core_desmume
include_core_melonds
include_core_quicknes
include_core_nestopia
include_core_craft

View File

@ -244,6 +244,13 @@ include_core_stella() {
libretro_stella_name="Stella"
libretro_stella_git_url="https://github.com/libretro/stella-libretro.git"
include_core_melonds() {
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"
include_core_desmume() {
register_module core "desmume" -ngc -ps3 -psp1 -qnx -wii
}