From ab1b720f0f9007553f54dd92a81b3526304fccee Mon Sep 17 00:00:00 2001 From: Julien Reichardt Date: Sat, 11 Sep 2021 11:36:51 +0200 Subject: [PATCH 1/2] Update runtime to 21.08 --- org.ppsspp.PPSSPP.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.ppsspp.PPSSPP.json b/org.ppsspp.PPSSPP.json index f5bafa6..dd22f31 100644 --- a/org.ppsspp.PPSSPP.json +++ b/org.ppsspp.PPSSPP.json @@ -2,7 +2,7 @@ "app-id": "org.ppsspp.PPSSPP", "branch": "stable", "runtime": "org.freedesktop.Platform", - "runtime-version": "20.08", + "runtime-version": "21.08", "sdk": "org.freedesktop.Sdk", "rename-icon": "ppsspp", "command": "PPSSPPSDL", From 693f069550752f0407117e13095c535951d61135 Mon Sep 17 00:00:00 2001 From: catsout <36527596+catsout@users.noreply.github.com> Date: Sat, 11 Sep 2021 18:51:37 +0800 Subject: [PATCH 2/2] Fix aarch64 --- org.ppsspp.PPSSPP.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/org.ppsspp.PPSSPP.json b/org.ppsspp.PPSSPP.json index dd22f31..92738b9 100644 --- a/org.ppsspp.PPSSPP.json +++ b/org.ppsspp.PPSSPP.json @@ -23,8 +23,7 @@ "arch": { "aarch64": { "env": { - "CC": "clang", - "CXX": "clang++" + "EXTRA_OPTS":"-DUSING_GLES2=ON" } } }