From 1bbd143f5fe95d9c4e2eb8b6db81546c23419e9e Mon Sep 17 00:00:00 2001 From: XargonWan <6771419+XargonWan@users.noreply.github.com> Date: Fri, 26 Aug 2022 14:00:46 +0200 Subject: [PATCH] PCSX2: updated --- net.retrodeck.retrodeck.yml | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/net.retrodeck.retrodeck.yml b/net.retrodeck.retrodeck.yml index ee7cbb28..f5dc94f8 100644 --- a/net.retrodeck.retrodeck.yml +++ b/net.retrodeck.retrodeck.yml @@ -1,6 +1,7 @@ app-id: net.retrodeck.retrodeck runtime: org.kde.Platform -runtime-version: 5.15-21.08 +#runtime-version: 5.15-21.08 +runtime-version: 6.3 #bumped because of pcsx2-qt sdk: org.kde.Sdk sdk-extensions: - org.freedesktop.Sdk.Extension.llvm13 # Needed for rpcs3 @@ -721,6 +722,8 @@ modules: - -DDISABLE_PCSX2_WRAPPER=TRUE - -DDISABLE_ADVANCE_SIMD=TRUE - -DSDL2_API=TRUE + #- '-DWAYLAND_API=TRUE"' enable this if Steam Deck goes to Wayland + - '-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=TRUE' cleanup: - /share/pixmaps - /share/man @@ -728,8 +731,8 @@ modules: sources: - type: git url: https://github.com/PCSX2/pcsx2.git - tag: v1.7.3172 - commit: 7a5f63e0f5925ff29f589883e04d3c66779f4f17 + tag: v1.7.3229 + commit: e3eae7fbe83aad3952e3ed6a8e56fc016b51a9c3 # PCSX2 Flathub Workaround - START # This workaround disables the PCSX2 libraries (disable-submodules: true) and install them separately @@ -800,7 +803,9 @@ modules: - '-DDISABLE_PCSX2_WRAPPER=TRUE' - '-DDISABLE_ADVANCE_SIMD=TRUE' - '-DSDL2_API=TRUE' + #- '-DWAYLAND_API=TRUE"' enable this if Steam Deck goes to Wayland - '-DQT_BUILD=TRUE' + - '-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=TRUE' cleanup: - /share/pixmaps - /share/man @@ -812,8 +817,8 @@ modules: sources: - type: git url: https://github.com/PCSX2/pcsx2.git - tag: v1.7.3172 - commit: 7a5f63e0f5925ff29f589883e04d3c66779f4f17 + tag: v1.7.3229 + commit: e3eae7fbe83aad3952e3ed6a8e56fc016b51a9c3 # same as above disable-submodules: true @@ -1307,4 +1312,4 @@ modules: sources: - type: git url: https://github.com/XargonWan/RetroDECK.git - branch: cooker + branch: cooker \ No newline at end of file