Merge remote-tracking branch 'upstream/cooker-0.7.0b' into cooker-0.7.0b-icenine451

This commit is contained in:
icenine451 2023-04-27 09:23:17 -04:00
commit d15a94dcc9
3 changed files with 8 additions and 5 deletions

View file

@ -182,9 +182,9 @@ Type = None
Card1Type = PerGameTitle
Card2Type = None
UsePlaylistTitle = true
Card1Path = /var/data/duckstation/memcards/shared_card_1.mcd
Card2Path = /var/data/duckstation/memcards/shared_card_2.mcd
Directory = /var/data/duckstation/memcards
Card1Path = RETRODECKHOMEDIR/saves/psx/duckstation/memcards/shared_card_1.mcd
Card2Path = RETRODECKHOMEDIR/saves/psx/duckstation/memcards/shared_card_2.mcd
Directory = RETRODECKHOMEDIR/saves/psx/duckstation/memcards
[ControllerPorts]

View file

@ -4,7 +4,6 @@ runtime-version: 5.15-22.08
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
command: retrodeck.sh
@ -27,7 +26,6 @@ finish-args:
- --filesystem=xdg-run/app/com.discordapp.Discord:create
# Dolphin
- --allow=bluetooth
#- --env=QT_QPA_PLATFORM=xcb #not sure if this will break something
cleanup:
# ES-DE

View file

@ -1,3 +1,8 @@
sdk-extensions:
#- org.freedesktop.Sdk.Extension.dotnet6 # Needed for Ryujinx - Removed, check if it's not breaking something else
finish-args:
#- --env=QT_QPA_PLATFORM=xcb #not sure if this will break something
# pcsx2-qt needs QT6, maybe others, here until every qt emulator will support qt6 (not yuzu atm)
# from: https://github.com/flathub/org.profex_xrd.Profex