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 8356731 + acece6e commit 3221a3dCopy full SHA for 3221a3d
scriptmodules/emulators/ppsspp.sh
@@ -53,9 +53,9 @@ 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 on v1.16.6
57
- if [[ "$md_id" == "ppsspp" && "$(_get_release_ppsspp)" == "v1.16.6" ]]; then
58
- applyPatch "$md_data/gles2_fix.diff"
+ # fix missing defines on opengles2 on v1.16.6 lr-ppsspp/ppsspp
+ if [[ "$md_id" =~ ^(lr-)?ppsspp$ && "$(_get_release_ppsspp)" == "v1.16.6" ]]; then
+ applyPatch "${__mod_info[ppsspp/path]%/*}/ppsspp/gles2_fix.diff"
59
fi
60
61
# fix missing exported symbol for libretro on v1.13.2
0 commit comments