mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-24 15:21:05 +00:00
fixup! common: Ported over Dolphin's code for x86 CPU capability detection.
This commit is contained in:
parent
6435045c4f
commit
4069dd4bbb
@ -71,7 +71,7 @@ if(${CMAKE_SYSTEM_PROCESSOR} MATCHES "^x86" OR
|
||||
${CMAKE_SYSTEM_PROCESSOR} MATCHES "[aA][mM][dD]64" OR
|
||||
APPLE)
|
||||
set(_M_X86 1)
|
||||
add_definitions(-D_M_X86=1 -msse2)
|
||||
add_definitions(-D_M_X86=1)
|
||||
|
||||
if(_ARCH_64)
|
||||
set(_M_X86_64 1)
|
||||
|
Loading…
Reference in New Issue
Block a user