opnsense-ports/emulators/ppsspp/files/patch-GPU_GLES_TextureScaler.cpp
Franco Fichtner 3d6656350a */*: sync with upstream
Taken from: FreeBSD
2015-05-24 11:45:42 +02:00

13 lines
331 B
C++

--- GPU/GLES/TextureScaler.cpp.orig 2015-02-26 20:05:06 UTC
+++ GPU/GLES/TextureScaler.cpp
@@ -34,8 +34,8 @@
#include <stdlib.h>
#include <math.h>
-#if _M_SSE >= 0x402
-#include <nmmintrin.h>
+#if _M_SSE >= 0x401
+#include <smmintrin.h>
#endif
// Report the time and throughput for each larger scaling operation in the log