mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-20 02:48:15 -05: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