mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-04-10 19:15:12 +00:00
Reverted Citra as it's on QT6
This commit is contained in:
parent
8b42d77571
commit
babd77ffb9
|
@ -592,6 +592,7 @@ modules:
|
||||||
# FFMPEG VIDEO DUMPER was disabled because of this: https://github.com/citra-emu/citra/issues/5949
|
# FFMPEG VIDEO DUMPER was disabled because of this: https://github.com/citra-emu/citra/issues/5949
|
||||||
- '-DUSE_SYSTEM_SDL2=ON'
|
- '-DUSE_SYSTEM_SDL2=ON'
|
||||||
- '-DCMAKE_POLICY_DEFAULT_CMP0069=NEW'
|
- '-DCMAKE_POLICY_DEFAULT_CMP0069=NEW'
|
||||||
|
- '-DENABLE_FDK=ON'
|
||||||
cleanup:
|
cleanup:
|
||||||
- /share/man
|
- /share/man
|
||||||
- /share/pixmaps
|
- /share/pixmaps
|
||||||
|
@ -601,8 +602,8 @@ modules:
|
||||||
sources:
|
sources:
|
||||||
- type: archive
|
- type: archive
|
||||||
url: >-
|
url: >-
|
||||||
https://github.com/citra-emu/citra-nightly/releases/download/nightly-1940/citra-unified-source-20230704-df9cc1b.tar.xz
|
https://github.com/citra-emu/citra-nightly/releases/download/nightly-1898/citra-unified-source-20230504-70335a7.tar.xz
|
||||||
sha256: d63dc8d57b44eebca6abec9839ce67ba7d614e7a8bb62cecbf3c9b0768a0b713
|
sha256: b320585bd8c4c075f63d3d9c74b830718e58fcf04d987a5dcead402a72abf753
|
||||||
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
|
||||||
|
@ -611,6 +612,9 @@ modules:
|
||||||
.assets[] | .browser_download_url |
|
.assets[] | .browser_download_url |
|
||||||
match("https://.+citra-unified-source-.+.xz$") | .string
|
match("https://.+citra-unified-source-.+.xz$") | .string
|
||||||
is-main-source: true
|
is-main-source: true
|
||||||
|
- type: patch
|
||||||
|
path: rd-submodules/citra/unified-source-compat.patch
|
||||||
|
|
||||||
|
|
||||||
# CITRA - END
|
# CITRA - END
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue