mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-03-06 14:27:48 +00:00
Merge remote-tracking branch 'upstream/cooker-0.7.0b' into cooker-0.7.0b-icenine451
This commit is contained in:
commit
d15a94dcc9
|
@ -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]
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue