Merge pull request #8388 from FTPiano/master

Fixed build on Mac OS X.
This commit is contained in:
Unknown W. Brackets 2016-01-04 22:47:15 -08:00
commit 060ba9302c

View file

@ -28,6 +28,10 @@
#include "GPU/GPUState.h"
#include "GPU/GPUInterface.h"
#if defined(_M_SSE)
#include <emmintrin.h>
#endif
// Ugly.
extern int g_iNumVideos;