From e4e983e823971d7f586a8333c7d4c2e79a546cfb Mon Sep 17 00:00:00 2001 From: zoltanvb Date: Sun, 24 Mar 2024 13:11:54 +0100 Subject: [PATCH] Add melonDS DS (#1801) --- rules.d/core-rules.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/rules.d/core-rules.sh b/rules.d/core-rules.sh index 54dd4b48..f38f22fb 100644 --- a/rules.d/core-rules.sh +++ b/rules.d/core-rules.sh @@ -618,6 +618,14 @@ libretro_melonds_name="melonDS" libretro_melonds_git_url="https://github.com/libretro/melonDS.git" libretro_melonds_build_makefile="Makefile" +include_core_melondsds() { +register_module core "melondsds" +} +libretro_melondsds_name="melonDS DS" +libretro_melondsds_git_url="https://github.com/JesseTG/melonds-ds" +libretro_melondsds_build_rule="cmake" +libretro_melondsds_build_extradir="src/libretro/" + include_core_openlara() { register_module core "openlara" -ngc -ps3 -psp1 -qnx -wii }