From 6d5e89c285e63edd76bdf7e5bbcc11b3fe9b6906 Mon Sep 17 00:00:00 2001 From: Julien Reichardt Date: Sat, 8 Apr 2023 11:08:02 +0200 Subject: [PATCH 1/2] Update rpcs3.git --- net.rpcs3.RPCS3.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net.rpcs3.RPCS3.yaml b/net.rpcs3.RPCS3.yaml index b57dd8c..cc3aae2 100644 --- a/net.rpcs3.RPCS3.yaml +++ b/net.rpcs3.RPCS3.yaml @@ -95,7 +95,7 @@ modules: - type: git url: https://github.com/RPCS3/rpcs3.git branch: master - commit: 7081b89e976ad7f931c926022bd93ddd9778347c + commit: f0e36c63653d30edaae21b76c8b48a0b7fd236c1 - type: git url: https://github.com/intel/ittapi.git branch: master From 703fa8e8ac23a64fdbaeb0e861eab65f7ee89950 Mon Sep 17 00:00:00 2001 From: Julien Reichardt Date: Sat, 8 Apr 2023 11:09:16 +0200 Subject: [PATCH 2/2] Fix RPCS3 LLVM flag --- net.rpcs3.RPCS3.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net.rpcs3.RPCS3.yaml b/net.rpcs3.RPCS3.yaml index cc3aae2..306e39e 100644 --- a/net.rpcs3.RPCS3.yaml +++ b/net.rpcs3.RPCS3.yaml @@ -74,7 +74,7 @@ modules: ldflags: -fuse-ld=lld config-opts: - -DCMAKE_BUILD_TYPE=RelWithDebInfo - - -DBUILD_LLVM_SUBMODULE=ON + - -DBUILD_LLVM=ON - -DUSE_NATIVE_INSTRUCTIONS=OFF - -DUSE_PRECOMPILED_HEADERS=OFF - -DUSE_SYSTEM_CURL=ON