We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 05f2a02 + 02319f1 commit bf4da4eCopy full SHA for bf4da4e
scriptmodules/emulators/ppsspp.sh
@@ -53,8 +53,10 @@ function sources_ppsspp() {
53
# ensure Pi vendor libraries are available for linking of shared library
54
sed -n -i "p; s/^set(CMAKE_EXE_LINKER_FLAGS/set(CMAKE_SHARED_LINKER_FLAGS/p" cmake/Toolchains/raspberry.armv?.cmake
55
56
- # fix missing defines on opengles2
57
- applyPatch "$md_data/gles2_fix.diff"
+ # fix missing defines on opengles2 on v1.16.6
+ if [[ "$md_id" == "ppsspp" && "$(_get_release_ppsspp)" == "v1.16.6" ]]; then
58
+ applyPatch "$md_data/gles2_fix.diff"
59
+ fi
60
61
if hasPackage cmake 3.6 lt; then
62
cd ..
0 commit comments