mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-04-10 19:15:12 +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
|
Card1Type = PerGameTitle
|
||||||
Card2Type = None
|
Card2Type = None
|
||||||
UsePlaylistTitle = true
|
UsePlaylistTitle = true
|
||||||
Card1Path = /var/data/duckstation/memcards/shared_card_1.mcd
|
Card1Path = RETRODECKHOMEDIR/saves/psx/duckstation/memcards/shared_card_1.mcd
|
||||||
Card2Path = /var/data/duckstation/memcards/shared_card_2.mcd
|
Card2Path = RETRODECKHOMEDIR/saves/psx/duckstation/memcards/shared_card_2.mcd
|
||||||
Directory = /var/data/duckstation/memcards
|
Directory = RETRODECKHOMEDIR/saves/psx/duckstation/memcards
|
||||||
|
|
||||||
|
|
||||||
[ControllerPorts]
|
[ControllerPorts]
|
||||||
|
|
|
@ -4,7 +4,6 @@ runtime-version: 5.15-22.08
|
||||||
sdk: org.kde.Sdk
|
sdk: org.kde.Sdk
|
||||||
sdk-extensions:
|
sdk-extensions:
|
||||||
- org.freedesktop.Sdk.Extension.llvm14 # Needed for rpcs3
|
- 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: io.qt.qtwebengine.BaseApp # Needed for Yuzu
|
||||||
base-version: 5.15-22.08 # Needed for Yuzu
|
base-version: 5.15-22.08 # Needed for Yuzu
|
||||||
command: retrodeck.sh
|
command: retrodeck.sh
|
||||||
|
@ -27,7 +26,6 @@ finish-args:
|
||||||
- --filesystem=xdg-run/app/com.discordapp.Discord:create
|
- --filesystem=xdg-run/app/com.discordapp.Discord:create
|
||||||
# Dolphin
|
# Dolphin
|
||||||
- --allow=bluetooth
|
- --allow=bluetooth
|
||||||
#- --env=QT_QPA_PLATFORM=xcb #not sure if this will break something
|
|
||||||
|
|
||||||
cleanup:
|
cleanup:
|
||||||
# ES-DE
|
# 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)
|
# 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
|
# from: https://github.com/flathub/org.profex_xrd.Profex
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue