mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 14:05:39 +00:00
YUZU: update + fixes (until it works?)
This commit is contained in:
parent
247af2dbac
commit
10c843d099
|
@ -23,7 +23,7 @@ finish-args:
|
||||||
- --allow=multiarch
|
- --allow=multiarch
|
||||||
- --talk-name=org.freedesktop.ScreenSaver
|
- --talk-name=org.freedesktop.ScreenSaver
|
||||||
- --talk-name=org.freedesktop.PowerManagement.Inhibit
|
- --talk-name=org.freedesktop.PowerManagement.Inhibit
|
||||||
- --talk-name=org.freedesktop.login1
|
- --talk-name=org.freedesktop.login1.Manager
|
||||||
- --filesystem=xdg-run/app/com.discordapp.Discord:create
|
- --filesystem=xdg-run/app/com.discordapp.Discord:create
|
||||||
# Yuzu
|
# Yuzu
|
||||||
# - --filesystem=home:ro # This may break Yuzu, let's see
|
# - --filesystem=home:ro # This may break Yuzu, let's see
|
||||||
|
@ -58,6 +58,8 @@ cleanup-commands:
|
||||||
|
|
||||||
modules:
|
modules:
|
||||||
|
|
||||||
|
- shared-modules/libusb/libusb.json
|
||||||
|
|
||||||
# This module is used to define the RetroDECK version
|
# This module is used to define the RetroDECK version
|
||||||
# If the version is set as cooker it will automatically generate the version tag based on the date
|
# If the version is set as cooker it will automatically generate the version tag based on the date
|
||||||
# else it will just put what is written, "v" is not needed
|
# else it will just put what is written, "v" is not needed
|
||||||
|
@ -306,7 +308,7 @@ modules:
|
||||||
- shared-modules/SDL/SDL_mixer-1.2.12.json
|
- shared-modules/SDL/SDL_mixer-1.2.12.json
|
||||||
- shared-modules/SDL/SDL_net-1.2.8.json
|
- shared-modules/SDL/SDL_net-1.2.8.json
|
||||||
- shared-modules/SDL/SDL_ttf-2.0.11.json
|
- shared-modules/SDL/SDL_ttf-2.0.11.json
|
||||||
- shared-modules/libusb/libusb.json
|
#- shared-modules/libusb/libusb.json moved outside
|
||||||
# certificate glu issue
|
# certificate glu issue
|
||||||
#- shared-modules/gudev/gudev.json
|
#- shared-modules/gudev/gudev.json
|
||||||
- rd-submodules/retroarch/libbz2/libbz2-1.0.8.json
|
- rd-submodules/retroarch/libbz2/libbz2-1.0.8.json
|
||||||
|
@ -640,8 +642,8 @@ modules:
|
||||||
- -DENABLE_COMPATIBILITY_LIST_DOWNLOAD=ON
|
- -DENABLE_COMPATIBILITY_LIST_DOWNLOAD=ON
|
||||||
- -DYUZU_USE_QT_WEB_ENGINE=ON
|
- -DYUZU_USE_QT_WEB_ENGINE=ON
|
||||||
- -DYUZU_USE_BUNDLED_FFMPEG=ON
|
- -DYUZU_USE_BUNDLED_FFMPEG=ON
|
||||||
- -DDISPLAY_VERSION=1223
|
- -DDISPLAY_VERSION=1225
|
||||||
- -DBUILD_TAG=mainline-1223
|
- -DBUILD_TAG=mainline-1225
|
||||||
- -DBUILD_REPOSITORY=yuzu-emu/yuzu-mainline
|
- -DBUILD_REPOSITORY=yuzu-emu/yuzu-mainline
|
||||||
#- -DCMAKE_PREFIX_PATH=/run/build/yuzu/_flatpak_build/externals/qt5_5_15_2
|
#- -DCMAKE_PREFIX_PATH=/run/build/yuzu/_flatpak_build/externals/qt5_5_15_2
|
||||||
build-options:
|
build-options:
|
||||||
|
@ -658,8 +660,8 @@ modules:
|
||||||
#- disable-submodules: true # FLATHUB WORKAROUND
|
#- disable-submodules: true # FLATHUB WORKAROUND
|
||||||
- type: git
|
- type: git
|
||||||
url: https://github.com/yuzu-emu/yuzu-mainline.git
|
url: https://github.com/yuzu-emu/yuzu-mainline.git
|
||||||
tag: mainline-0-1223
|
tag: mainline-0-1225
|
||||||
commit: 08b0427377175e98ae56021dee16b2112e9a5131
|
commit: 05efef9ec3a831617dd83e4228e458a209b1aad2
|
||||||
disable-shallow-clone: true
|
disable-shallow-clone: true
|
||||||
x-checker-data:
|
x-checker-data:
|
||||||
type: git
|
type: git
|
||||||
|
|
Loading…
Reference in a new issue