mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-04 19:52:25 -07: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