mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-15 01:39:00 -05:00
core: Define HAS_NCE macro
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
|
||||
namespace Core {
|
||||
|
||||
#ifdef ARCHITECTURE_arm64
|
||||
#ifdef HAS_NCE
|
||||
constexpr size_t VirtualReserveSize = 1ULL << 38;
|
||||
#else
|
||||
constexpr size_t VirtualReserveSize = 1ULL << 39;
|
||||
|
Reference in New Issue
Block a user