mirror of
https://github.com/libretro/libretro-super
synced 2025-01-03 23:37:11 +00:00
Add melonds rule
This commit is contained in:
parent
ece70df7ce
commit
361e840562
@ -62,6 +62,7 @@ include_core_nxengine
|
|||||||
include_core_prboom
|
include_core_prboom
|
||||||
include_core_stella
|
include_core_stella
|
||||||
include_core_desmume
|
include_core_desmume
|
||||||
|
include_core_melonds
|
||||||
include_core_quicknes
|
include_core_quicknes
|
||||||
include_core_nestopia
|
include_core_nestopia
|
||||||
include_core_craft
|
include_core_craft
|
||||||
|
@ -244,6 +244,13 @@ include_core_stella() {
|
|||||||
libretro_stella_name="Stella"
|
libretro_stella_name="Stella"
|
||||||
libretro_stella_git_url="https://github.com/libretro/stella-libretro.git"
|
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() {
|
include_core_desmume() {
|
||||||
register_module core "desmume" -ngc -ps3 -psp1 -qnx -wii
|
register_module core "desmume" -ngc -ps3 -psp1 -qnx -wii
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user