Fix incorrect/poor names, missing import

This commit is contained in:
Sean Miller
2026-04-07 07:16:20 +01:00
parent 10e438bea8
commit 287c5ec50c
7 changed files with 18 additions and 17 deletions
+2 -2
View File
@@ -80,8 +80,8 @@ public:
s32 getField_0xDE0() const;
bool getField_0xDFC() const;
void fn_80125E20();
void fn_80125EF0();
void fn_80152E20();
void fn_80152EF0();
void fn_80152F10();
bool fn_80152F50() const;
bool fn_80152F60() const;
+3 -3
View File
@@ -333,7 +333,7 @@ public:
// vtable at 0x0
/* vt 0x08 */ virtual Video *getVideo() = 0;
/* vt 0x0C */ virtual Heap *getSysHeap() = 0;
/* vt 0x0C */ virtual Heap *getSystemHeap() = 0;
/* vt 0x10 */ virtual Display *getDisplay() = 0;
/* vt 0x14 */ virtual XfbManager *getXfbMgr() = 0;
/* vt 0x18 */ virtual PerformanceView *getPerfView() = 0;
@@ -390,7 +390,7 @@ public:
return static_cast<Video *>(mVideo);
}
Heap *getSysHeap() override {
Heap *getSystemHeap() override {
return mSystemHeap;
}
@@ -449,7 +449,7 @@ public:
exceptionCreate(heap);
BaseSystem::mConfigData->getSysHeap()->mFlag.setBit(0);
BaseSystem::mConfigData->getSystemHeap()->mFlag.setBit(0);
mHeap::setCurrentHeap(mHeap::g_assertHeap);
}
+1 -1
View File
@@ -48,7 +48,7 @@ public:
m_StopProcInf |= flags;
}
static void keepStopProcFlags(u32 flags) {
static void maskStopProcFlags(u32 flags) {
m_StopProcInf &= flags;
}
+1
View File
@@ -2,6 +2,7 @@
#define UNK_SAVE_TIME_H
#include "common.h"
#include "egg/core/eggHeap.h"
class SaveTimeRelated {
public: