mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-07 08:39:00 +00:00
Fix build issues on OS X i386.
This commit is contained in:
parent
c054049712
commit
a9908fdf09
4 changed files with 6 additions and 4 deletions
3
Externals/soundtouch/cpu_detect_x86.cpp
vendored
3
Externals/soundtouch/cpu_detect_x86.cpp
vendored
|
@ -50,6 +50,9 @@
|
|||
#elif defined(_M_IX86)
|
||||
// windows non-gcc
|
||||
#include <intrin.h>
|
||||
#endif
|
||||
#ifndef bit_MMX
|
||||
#define bit_MMX (1 << 23)
|
||||
#define bit_MMX (1 << 23)
|
||||
#define bit_SSE (1 << 25)
|
||||
#define bit_SSE2 (1 << 26)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue