Add Daphne build rule

This commit is contained in:
twinaphex 2018-07-31 18:58:09 +02:00
parent 383f18fd7c
commit 27df38c023
2 changed files with 8 additions and 0 deletions

View File

@ -198,6 +198,7 @@ include_core_openlara
include_core_nxengine
include_core_craft
include_core_mrboom
include_core_daphne
include_core_dinothawr
include_core_3dengine
include_core_2048

View File

@ -47,6 +47,13 @@ libretro_ishiiruka_git_url="https://github.com/libretro/Ishiiruka.git"
libretro_ishiiruka_build_subdir="Source/Core/DolphinLibretro"
libretro_ishiiruka_build_makefile="Makefile"
include_core_daphne() {
register_module core "daphne"
}
libretro_daphne_name="Daphne"
libretro_daphne_git_url="https://github.com/libretro/daphne.git"
libretro_daphne_build_makefile="Makefile"
include_core_mrboom() {
register_module core "mrboom"
}