mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-02-16 19:35:39 +00:00
CITRA: updated to nightly-1785
This commit is contained in:
parent
1ce8a1ac74
commit
39944dd8b7
|
@ -613,12 +613,14 @@ modules:
|
||||||
# # Ryujinx - END
|
# # Ryujinx - END
|
||||||
|
|
||||||
# CITRA - START
|
# CITRA - START
|
||||||
|
# https://github.com/flathub/org.citra_emu.citra
|
||||||
|
|
||||||
- name: citra
|
- name: citra
|
||||||
buildsystem: cmake-ninja
|
buildsystem: cmake-ninja
|
||||||
builddir: true
|
builddir: true
|
||||||
config-opts:
|
config-opts:
|
||||||
- -DCMAKE_BUILD_TYPE=Release
|
- -DCMAKE_BUILD_TYPE=Release
|
||||||
|
- -DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON
|
||||||
- -DENABLE_QT_TRANSLATION=ON
|
- -DENABLE_QT_TRANSLATION=ON
|
||||||
- -DCITRA_ENABLE_COMPATIBILITY_REPORTING=ON
|
- -DCITRA_ENABLE_COMPATIBILITY_REPORTING=ON
|
||||||
- -DENABLE_COMPATIBILITY_LIST_DOWNLOAD=ON
|
- -DENABLE_COMPATIBILITY_LIST_DOWNLOAD=ON
|
||||||
|
@ -634,8 +636,8 @@ modules:
|
||||||
sources:
|
sources:
|
||||||
- type: git
|
- type: git
|
||||||
url: https://github.com/citra-emu/citra-nightly.git
|
url: https://github.com/citra-emu/citra-nightly.git
|
||||||
tag: nightly-1772
|
tag: nightly-1785
|
||||||
commit: 355933218d00603c910cd0a9daead0b1cd72a3c3
|
commit: baecc18d8c5365af0dddb231bc8c0a9c03850bf6
|
||||||
disable-shallow-clone: true
|
disable-shallow-clone: true
|
||||||
x-checker-data:
|
x-checker-data:
|
||||||
type: git
|
type: git
|
||||||
|
|
Loading…
Reference in a new issue