mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-27 00:57:56 -05:00
Rename ARCHITECTURE_X64 definition to ARCHITECTURE_x86_64.
This commit is contained in:
@ -21,7 +21,7 @@
|
||||
#include "common/common_types.h"
|
||||
#include "common/code_block.h"
|
||||
|
||||
#if defined(ARCHITECTURE_X64) && !defined(_ARCH_64)
|
||||
#if defined(ARCHITECTURE_x86_64) && !defined(_ARCH_64)
|
||||
#define _ARCH_64
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user