summaryrefslogtreecommitdiff
path: root/emulators/ppsspp/files/patch-system-libpng16
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/ppsspp/files/patch-system-libpng16')
-rw-r--r--emulators/ppsspp/files/patch-system-libpng1611
1 files changed, 11 insertions, 0 deletions
diff --git a/emulators/ppsspp/files/patch-system-libpng16 b/emulators/ppsspp/files/patch-system-libpng16
index 49ba2533067f..efc8393d8821 100644
--- a/emulators/ppsspp/files/patch-system-libpng16
+++ b/emulators/ppsspp/files/patch-system-libpng16
@@ -38,3 +38,14 @@ Make build glue accept libpng 1.6.x and don't hardcode suffix
#endif
#include "png_load.h"
+--- Core/TextureReplacer.cpp.orig 2016-05-03 00:47:54 UTC
++++ Core/TextureReplacer.cpp
+@@ -16,7 +16,7 @@
+ // https://github.com/hrydgard/ppsspp and http://www.ppsspp.org/.
+
+ #ifndef USING_QT_UI
+-#include <libpng17/png.h>
++#include "png.h"
+ #endif
+
+ #include <algorithm>