mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Loongson/MIPS buildfix.
This commit is contained in:
parent
f7942f2724
commit
4ea837cff5
1 changed files with 2 additions and 2 deletions
|
@ -33,8 +33,8 @@
|
|||
#define INFINITE 0xffffffff
|
||||
#endif
|
||||
|
||||
// Assume !ARM = x86
|
||||
#if !defined(ARM)
|
||||
// Assume !ARM && !MIPS = x86
|
||||
#if !defined(ARM) && !defined(MIPS)
|
||||
#include <xmmintrin.h>
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue