Add citra recipe

This commit is contained in:
twinaphex 2017-06-16 16:44:31 +02:00
parent 67891e225b
commit d901b6636a
2 changed files with 11 additions and 0 deletions

View File

@ -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

View File

@ -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
}