mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-11 15:28:13 -05:00
Rename ARCHITECTURE_X64 definition to ARCHITECTURE_x86_64.
This commit is contained in:
@ -58,7 +58,7 @@ set(HEADERS
|
||||
vector_math.h
|
||||
)
|
||||
|
||||
if(ARCHITECTURE_X64)
|
||||
if(ARCHITECTURE_x86_64)
|
||||
set(SRCS ${SRCS}
|
||||
x64/abi.cpp
|
||||
x64/cpu_detect.cpp
|
||||
|
Reference in New Issue
Block a user