mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-19 00:48:01 -05:00
Common: Ported over boilerplate x86 JIT code from Dolphin/PPSSPP.
This commit is contained in:
@ -27,7 +27,7 @@
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
// Platform detection
|
||||
|
||||
#if defined(__x86_64__) || defined(_M_X64) || defined(__aarch64__)
|
||||
#if defined(__x86_64__) || defined(_M_X86_64) || defined(__aarch64__)
|
||||
#define EMU_ARCH_BITS 64
|
||||
#elif defined(__i386) || defined(_M_IX86) || defined(__arm__) || defined(_M_ARM)
|
||||
#define EMU_ARCH_BITS 32
|
||||
|
Reference in New Issue
Block a user