mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-09 00:22:33 -07:00
Rename ARCHITECTURE_X64 definition to ARCHITECTURE_x86_64.
This commit is contained in:
@@ -42,7 +42,7 @@ set(HEADERS
|
||||
video_core.h
|
||||
)
|
||||
|
||||
if(ARCHITECTURE_X64)
|
||||
if(ARCHITECTURE_x86_64)
|
||||
set(SRCS ${SRCS}
|
||||
shader/shader_jit_x64.cpp)
|
||||
|
||||
|
Reference in New Issue
Block a user