mirror of
https://github.com/izzy2lost/ppsspp.git
synced 2026-03-10 12:43:04 -07:00
fix Memory init failed on Linux x32 ABI
This commit is contained in:
@@ -19,7 +19,11 @@
|
||||
|
||||
#if defined(_M_X64) || defined(__amd64__) || defined(__x86_64__)
|
||||
#define PPSSPP_ARCH_AMD64 1
|
||||
#define PPSSPP_ARCH_64BIT 1
|
||||
#if defined(__ILP32__)
|
||||
#define PPSSPP_ARCH_32BIT 1
|
||||
#else
|
||||
#define PPSSPP_ARCH_64BIT 1
|
||||
#endif
|
||||
//TODO: Remove this compat define
|
||||
#ifndef _M_X64
|
||||
#define _M_X64 1
|
||||
|
||||
Reference in New Issue
Block a user