summaryrefslogtreecommitdiff
path: root/src/egg/core/eggController.cpp
diff options
context:
space:
mode:
authorelijah-thomas774 <elijahthomas774@gmail.com>2025-11-15 02:00:54 -0500
committerelijah-thomas774 <elijahthomas774@gmail.com>2025-11-15 02:00:54 -0500
commit02efcf0a65212583c068a270e6ed08ae62524d8d (patch)
tree229f8aebca8019d674340f23a6779c9c797b011c /src/egg/core/eggController.cpp
parentcd4f0d74de1e285ed9dbc37bca4cb32bba5b12cb (diff)
Some Symbols
Diffstat (limited to 'src/egg/core/eggController.cpp')
-rw-r--r--src/egg/core/eggController.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/egg/core/eggController.cpp b/src/egg/core/eggController.cpp
index 0fb022ac..ef1ea585 100644
--- a/src/egg/core/eggController.cpp
+++ b/src/egg/core/eggController.cpp
@@ -20,7 +20,7 @@ CoreControllerMgr::T__Disposer *CoreControllerMgr::T__Disposer::sStaticDisposer;
CoreControllerFactory CoreControllerMgr::sCoreControllerFactory;
CoreControllerConnectCallback CoreControllerMgr::sConnectCallback;
// This controls whether EggController registers an allocator within the WPAD driver
-bool CoreControllerMgr::sUseBuiltinWpadAllocator;
+bool CoreControllerMgr::sWPADRegisterAllocatorOFF;
s32 CoreControllerMgr::sWPADWorkSize = 0x32000;
void CoreStatus::init() {
@@ -356,7 +356,7 @@ void CoreControllerMgr::connectCallback(s32 a1, s32 a2) {
/* 0x80499D10 */
CoreControllerMgr::CoreControllerMgr() {
const int idxes[] = {0, 1, 2, 3};
- if (sUseBuiltinWpadAllocator == false) {
+ if (sWPADRegisterAllocatorOFF == false) {
Heap *heap = ExpHeap::create(sWPADWorkSize, BaseSystem::mConfigData->mRootHeapMem2, 0);
heap->mName = "EGG::CoreControllerMgr";
sAllocator = new Allocator(heap, 0x20);