mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-25 23:45:39 +00:00
CITRA: updated to nightly-2024
This commit is contained in:
parent
27ca86ab25
commit
1f9e5160af
|
@ -661,6 +661,9 @@ modules:
|
||||||
builddir: true
|
builddir: true
|
||||||
config-opts:
|
config-opts:
|
||||||
- '-DCMAKE_BUILD_TYPE=Release'
|
- '-DCMAKE_BUILD_TYPE=Release'
|
||||||
|
- '-DCMAKE_C_COMPILER=clang'
|
||||||
|
- '-DCMAKE_CXX_COMPILER=clang++'
|
||||||
|
- '-DCMAKE_LINKER=lld'
|
||||||
- '-DENABLE_QT_TRANSLATION=ON'
|
- '-DENABLE_QT_TRANSLATION=ON'
|
||||||
- '-DCITRA_ENABLE_COMPATIBILITY_REPORTING=ON'
|
- '-DCITRA_ENABLE_COMPATIBILITY_REPORTING=ON'
|
||||||
- '-DUSE_DISCORD_PRESENCE=ON'
|
- '-DUSE_DISCORD_PRESENCE=ON'
|
||||||
|
@ -686,8 +689,8 @@ modules:
|
||||||
sources:
|
sources:
|
||||||
- type: archive
|
- type: archive
|
||||||
url: >-
|
url: >-
|
||||||
https://github.com/citra-emu/citra-nightly/releases/download/nightly-2009/citra-unified-source-20231012-40ba522.tar.xz
|
https://github.com/citra-emu/citra-nightly/releases/download/nightly-2024/citra-unified-source-20231103-b10f3d9.tar.xz
|
||||||
sha256: 927739892fff5d1b325b07182ab29a7355f58866debe60da1d6620680773ac97
|
sha256: 303cf9ab674fb7ee3a448c575de994e66bbca83cea26b8ef54d82b4af6e8264a
|
||||||
x-checker-data:
|
x-checker-data:
|
||||||
type: json
|
type: json
|
||||||
url: https://api.github.com/repos/citra-emu/citra-nightly/releases/latest
|
url: https://api.github.com/repos/citra-emu/citra-nightly/releases/latest
|
||||||
|
|
Loading…
Reference in a new issue