mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-18 04:57:54 +00:00
Rename ARCHITECTURE_X64 definition to ARCHITECTURE_x86_64.
This commit is contained in:
parent
e019e69016
commit
4ffc095fa3
11 changed files with 34 additions and 34 deletions
|
@ -42,7 +42,7 @@ set(HEADERS
|
|||
video_core.h
|
||||
)
|
||||
|
||||
if(ARCHITECTURE_X64)
|
||||
if(ARCHITECTURE_x86_64)
|
||||
set(SRCS ${SRCS}
|
||||
shader/shader_jit_x64.cpp)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue