mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +00:00
RETROARCH: updated, + wayland + x11-fallback + manifest cleanup
This commit is contained in:
parent
34a744d07b
commit
db47205546
|
@ -1,25 +1,17 @@
|
|||
app-id: net.retrodeck.retrodeck
|
||||
runtime: org.kde.Platform
|
||||
runtime-version: 5.15-22.08
|
||||
#runtime-version: 6.3 # bumped because of pcsx2-qt
|
||||
sdk: org.kde.Sdk
|
||||
sdk-extensions:
|
||||
- org.freedesktop.Sdk.Extension.llvm14 # Needed for rpcs3
|
||||
#- org.freedesktop.Sdk.Extension.dotnet6 # Needed for Ryujinx - Removed, check if it's not breaking something else
|
||||
base: io.qt.qtwebengine.BaseApp # Needed for Yuzu
|
||||
base-version: 5.15-22.08 # Needed for Yuzu
|
||||
# add-extensions:
|
||||
# org.freedesktop.Platform.ffmpeg-full:
|
||||
# directory: lib/ffmpeg
|
||||
# add-ld-path: .
|
||||
# version: '22.08'
|
||||
# autodownload: true
|
||||
# autodelete: false
|
||||
command: retrodeck.sh
|
||||
|
||||
finish-args:
|
||||
- --socket=x11
|
||||
#- --socket=wayland
|
||||
- --socket=fallback-x11
|
||||
- --socket=wayland
|
||||
- --socket=pulseaudio
|
||||
- --share=ipc
|
||||
- --share=network
|
||||
|
@ -33,14 +25,9 @@ finish-args:
|
|||
- --talk-name=org.freedesktop.login1.Manager
|
||||
- --talk-name=org.freedesktop.Flatpak
|
||||
- --filesystem=xdg-run/app/com.discordapp.Discord:create
|
||||
# Yuzu
|
||||
# - --filesystem=home:ro # This may break Yuzu, let's see
|
||||
# - --filesystem=/run/media:ro
|
||||
# Dolphin
|
||||
- --allow=bluetooth
|
||||
#- --env=QT_QPA_PLATFORM=xcb #not sure if this will break something
|
||||
# rpcs3
|
||||
#- --socket=fallback-x11
|
||||
|
||||
cleanup:
|
||||
# ES-DE
|
||||
|
@ -324,7 +311,7 @@ modules:
|
|||
sources:
|
||||
- type: git
|
||||
url: https://github.com/libretro/RetroArch.git
|
||||
commit: 938ab716bd290b0f469068500966a834b5782929
|
||||
commit: 6616b807edea5b56683e9fbca8b003b436c22b13
|
||||
- type: file
|
||||
path: rd-submodules/retroarch/retroarch.cfg
|
||||
post-install:
|
||||
|
@ -362,7 +349,7 @@ modules:
|
|||
sources:
|
||||
- type: git
|
||||
url: https://github.com/libretro/RetroArch.git
|
||||
commit: 938ab716bd290b0f469068500966a834b5782929
|
||||
commit: 6616b807edea5b56683e9fbca8b003b436c22b13
|
||||
- name: retroarch-filers-audio
|
||||
subdir: libretro-common/audio/dsp_filters
|
||||
make-install-args:
|
||||
|
@ -370,7 +357,7 @@ modules:
|
|||
sources:
|
||||
- type: git
|
||||
url: https://github.com/libretro/RetroArch.git
|
||||
commit: 938ab716bd290b0f469068500966a834b5782929
|
||||
commit: 6616b807edea5b56683e9fbca8b003b436c22b13
|
||||
- name: retroarch-assets
|
||||
make-install-args:
|
||||
- PREFIX=${FLATPAK_DEST}
|
||||
|
|
Loading…
Reference in a new issue