mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +00:00
Code cleanup [skip ci]
This commit is contained in:
parent
0f0b1625f9
commit
ef61e11085
|
@ -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 +1 @@
|
|||
Subproject commit a337dd0c6b7209a316dc6fa142323972e128c85d
|
||||
Subproject commit a2441b964afefd8cd1cebcdf562c7878670daf42
|
|
@ -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