Remove _M_X86 in favour of _M_X86_64

This commit is contained in:
Zopolis4
2022-08-08 10:18:36 +10:00
parent 69fc7bbdad
commit f0d2ce4683
16 changed files with 27 additions and 29 deletions

View File

@ -216,7 +216,7 @@ PRIVATE
glslang
)
if(_M_X86)
if(_M_X86_64)
target_sources(videocommon PRIVATE
TextureDecoder_x64.cpp
VertexLoaderX64.cpp