mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2026-01-31 14:24:05 +01: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