mirror of
https://github.com/libretro/libretro-super.git
synced 2025-03-02 21:07:36 +00:00
Add citra2018 rules
This commit is contained in:
parent
4f8998813d
commit
dd9fb44944
@ -78,6 +78,7 @@ include_core_melonds
|
||||
|
||||
# --- Nintendo 3DS emulator cores ---
|
||||
include_core_citra
|
||||
include_core_citra2018
|
||||
include_core_citra_canary
|
||||
|
||||
# --- Game Boy/Color emulator cores ---
|
||||
|
@ -1017,6 +1017,14 @@ libretro_citra_git_url="https://github.com/libretro/citra.git"
|
||||
libretro_citra_git_submodules="yes"
|
||||
libretro_citra_build_opengl="yes"
|
||||
|
||||
include_core_citra2018() {
|
||||
register_module core "citra2018" -ios -theos_ios -ngc -ps3 -psp1 -qnx -wii
|
||||
}
|
||||
libretro_citra2018_name="Citra 2018"
|
||||
libretro_citra2018_git_url="https://github.com/libretro/citra2018.git"
|
||||
libretro_citra2018_git_submodules="yes"
|
||||
libretro_citra2018_build_opengl="yes"
|
||||
|
||||
include_core_citra_canary() {
|
||||
register_module core "citra_canary" -ios -theos_ios -ngc -ps3 -psp1 -qnx -wii
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user