mirror of
https://github.com/RPCSX/rpcsx.git
synced 2025-12-06 07:12:14 +01:00
orbis-kernel: kalloc: do not use debug heap by default
This commit is contained in:
parent
55f1f26806
commit
22674a4c67
|
|
@ -13,7 +13,7 @@
|
|||
static const std::uint64_t g_allocProtWord = 0xDEADBEAFBADCAFE1;
|
||||
static constexpr auto kHeapBaseAddress = 0x00000800'0000'0000;
|
||||
static constexpr auto kHeapSize = 0x10'0000'0000;
|
||||
static constexpr int kDebugHeap = 2;
|
||||
static constexpr int kDebugHeap = 0;
|
||||
|
||||
namespace orbis {
|
||||
thread_local Thread *g_currentThread;
|
||||
|
|
|
|||
Loading…
Reference in a new issue