mirror of
https://github.com/libretro/libretro-super
synced 2025-02-18 21:41:00 +00:00
Add citra recipe
This commit is contained in:
parent
67891e225b
commit
d901b6636a
@ -60,6 +60,9 @@ include_core_bnes
|
||||
include_core_desmume
|
||||
include_core_melonds
|
||||
|
||||
# --- Nintendo 3DS emulator cores ---
|
||||
include_core_citra
|
||||
|
||||
# --- Game Boy/Color emulator cores ---
|
||||
include_core_gambatte
|
||||
include_core_sameboy
|
||||
|
@ -670,6 +670,14 @@ include_core_vecx() {
|
||||
libretro_vecx_git_url="https://github.com/libretro/libretro-vecx.git"
|
||||
libretro_vecx_build_makefile="Makefile.libretro"
|
||||
|
||||
include_core_citra() {
|
||||
register_module core "citra" -ios -theos_ios -ngc -ps3 -psp1 -qnx -wii
|
||||
}
|
||||
libretro_citra_name="Citra"
|
||||
libretro_citra_git_url="https://github.com/libretro/citra.git"
|
||||
libretro_citra_git_submodules="yes"
|
||||
libretro_citra_build_opengl="yes"
|
||||
|
||||
include_core_ppsspp() {
|
||||
register_module core "ppsspp" -ios -theos_ios -ngc -ps3 -psp1 -qnx -wii
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user