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:
@ -216,7 +216,7 @@ PRIVATE
|
||||
glslang
|
||||
)
|
||||
|
||||
if(_M_X86)
|
||||
if(_M_X86_64)
|
||||
target_sources(videocommon PRIVATE
|
||||
TextureDecoder_x64.cpp
|
||||
VertexLoaderX64.cpp
|
||||
|
Reference in New Issue
Block a user