mirror of
https://github.com/libretro/libretro-super
synced 2025-04-15 11:42:31 +00:00
Add ishiiruka
This commit is contained in:
parent
3a0e2d3926
commit
5601875460
@ -142,6 +142,7 @@ include_core_parallel_n64
|
||||
|
||||
# --- Nintendo Gamecube/Wii cores ---
|
||||
include_core_dolphin
|
||||
include_core_ishiiruka
|
||||
|
||||
# --- Nintendo Pokemon Mini cores ---
|
||||
include_core_pokemini
|
||||
|
@ -39,6 +39,14 @@ libretro_dolphin_git_url="https://github.com/libretro/dolphin.git"
|
||||
libretro_dolphin_build_subdir="Source/Core/DolphinLibretro"
|
||||
libretro_dolphin_build_makefile="Makefile"
|
||||
|
||||
include_core_ishiiruka() {
|
||||
register_module core "ishiiruka"
|
||||
}
|
||||
libretro_ishiiruka_name="Dolphin"
|
||||
libretro_ishiiruka_git_url="https://github.com/libretro/Ishiiruka.git"
|
||||
libretro_ishiiruka_build_subdir="Source/Core/DolphinLibretro"
|
||||
libretro_ishiiruka_build_makefile="Makefile"
|
||||
|
||||
include_core_mrboom() {
|
||||
register_module core "mrboom"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user