Skip to content

Commit

Permalink
Update recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
inactive123 committed Feb 26, 2018
1 parent 4bd9eca commit 28b52a6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions build-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ include_core_quicknes
include_core_bnes

# --- Nintendo DS emulator cores ---
include_core_desmume
include_core_desmume2015
include_core_melonds

Expand Down
8 changes: 8 additions & 0 deletions rules.d/core-rules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,14 @@ 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
}
libretro_desmume_name="DeSmuME"
libretro_desmume_git_url="https://github.com/libretro/desmume.git"
libretro_desmume_build_subdir="desmume/src/frontend/libretro"
libretro_desmume_build_makefile="Makefile.libretro"

include_core_desmume2015() {
register_module core "desmume2015" -ngc -ps3 -psp1 -qnx -wii
}
Expand Down

0 comments on commit 28b52a6

Please sign in to comment.