mirror of
https://github.com/libretro/libretro-super
synced 2024-12-29 09:22:43 +00:00
Add Daphne build rule
This commit is contained in:
parent
383f18fd7c
commit
27df38c023
@ -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
|
||||
|
@ -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"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user