mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-04-10 19:15:12 +00:00
CITRA: disabled video dumping because of building issues
This commit is contained in:
parent
0f3ffca5bc
commit
46ca6d3229
|
@ -723,18 +723,13 @@ modules:
|
||||||
- name: citra
|
- name: citra
|
||||||
buildsystem: cmake-ninja
|
buildsystem: cmake-ninja
|
||||||
builddir: true
|
builddir: true
|
||||||
build-options:
|
|
||||||
env:
|
|
||||||
CI: '1'
|
|
||||||
GITHUB_ACTIONS: '1'
|
|
||||||
GITHUB_REPOSITORY: citra-emu/citra-nightly
|
|
||||||
GIT_TAG_NAME: nightly-1762
|
|
||||||
config-opts:
|
config-opts:
|
||||||
- '-DCMAKE_BUILD_TYPE=Release'
|
- '-DCMAKE_BUILD_TYPE=Release'
|
||||||
- '-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'
|
||||||
- '-DENABLE_FFMPEG_VIDEO_DUMPER=ON'
|
#- '-DENABLE_FFMPEG_VIDEO_DUMPER=ON'
|
||||||
|
# Disabled because of this: https://github.com/citra-emu/citra/issues/5949
|
||||||
- '-DENABLE_FDK=ON'
|
- '-DENABLE_FDK=ON'
|
||||||
cleanup:
|
cleanup:
|
||||||
- /share/man
|
- /share/man
|
||||||
|
|
Loading…
Reference in a new issue