mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
Remove _M_X86 in favour of _M_X86_64
This commit is contained in:
@ -220,7 +220,7 @@ if(_M_ARM_64)
|
||||
ArmFPURoundMode.cpp
|
||||
)
|
||||
else()
|
||||
if(_M_X86) #X86
|
||||
if(_M_X86_64) #X86
|
||||
target_sources(common PRIVATE
|
||||
x64ABI.cpp
|
||||
x64ABI.h
|
||||
|
Reference in New Issue
Block a user