mirror of
https://github.com/libretro/ppsspp.git
synced 2025-02-07 09:38:18 +00:00
Buildfix for X86 Android
This commit is contained in:
parent
5680332343
commit
319df97bc7
@ -9,7 +9,9 @@
|
||||
|
||||
#if defined(__ANDROID__)
|
||||
#include <atomic>
|
||||
#elif defined(_M_SSE)
|
||||
#endif
|
||||
|
||||
#if defined(_M_SSE)
|
||||
#include <emmintrin.h>
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user