File tree Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -54,15 +54,10 @@ function sources_ppsspp() {
54
54
sed -n -i " p; s/^set(CMAKE_EXE_LINKER_FLAGS/set(CMAKE_SHARED_LINKER_FLAGS/p" cmake/Toolchains/raspberry.armv? .cmake
55
55
56
56
# fix missing defines on opengles2 on v1.16.6 lr-ppsspp/ppsspp
57
- if [[ " $md_id " =~ ^(lr-) ? ppsspp$ && " $( _get_release_ppsspp) " == " v1.16.6" ]]; then
57
+ if [[ " $md_id " == " ppsspp" && " $( _get_release_ppsspp) " == " v1.16.6" ]]; then
58
58
applyPatch " ${__mod_info[ppsspp/path]%/* } /ppsspp/gles2_fix.diff"
59
59
fi
60
60
61
- # fix missing exported symbol for libretro on v1.13.2
62
- if [[ " $md_id " == " lr-ppsspp" && " $( _get_release_ppsspp) " == " v1.13.2" ]]; then
63
- applyPatch " $md_data /v13-libretro_fix.diff"
64
- fi
65
-
66
61
if hasPackage cmake 3.6 lt; then
67
62
cd ..
68
63
mkdir -p cmake
Original file line number Diff line number Diff line change @@ -23,6 +23,16 @@ function depends_lr-ppsspp() {
23
23
24
24
function sources_lr-ppsspp() {
25
25
sources_ppsspp
26
+
27
+ # fix missing defines on opengles2 on v1.16.6 lr-ppsspp
28
+ if [[ " $( _get_release_ppsspp) " == " v1.16.6" ]]; then
29
+ applyPatch " ${__mod_info[ppsspp/path]%/* } /ppsspp/gles2_fix.diff"
30
+ fi
31
+
32
+ # fix missing exported symbol for libretro on v1.13.2
33
+ if [[ " $( _get_release_ppsspp) " == " v1.13.2" ]]; then
34
+ applyPatch " $md_data /v13-libretro_fix.diff"
35
+ fi
26
36
}
27
37
28
38
function build_lr-ppsspp() {
You can’t perform that action at this time.
0 commit comments