diff options
| author | elijah-thomas774 <elijahthomas774@gmail.com> | 2025-06-15 18:28:00 -0400 |
|---|---|---|
| committer | elijah-thomas774 <elijahthomas774@gmail.com> | 2025-06-15 18:28:00 -0400 |
| commit | 2d0fc73ec94158db52e2e5fe8a11437460b9bcb9 (patch) | |
| tree | 5642b26bed28e026f4d95c4c33b650018e09146f /src/REL/d/d_s_boot.cpp | |
| parent | 4766819367d5887e595bf11c3612807d2bff6d16 (diff) | |
dHbm::Mange_c symbols
Diffstat (limited to 'src/REL/d/d_s_boot.cpp')
| -rw-r--r-- | src/REL/d/d_s_boot.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/REL/d/d_s_boot.cpp b/src/REL/d/d_s_boot.cpp index b83aefac..8572a94b 100644 --- a/src/REL/d/d_s_boot.cpp +++ b/src/REL/d/d_s_boot.cpp @@ -7,6 +7,7 @@ #include "d/d_dylink.h" #include "d/d_font_manager.h" #include "d/d_gfx.h" +#include "d/d_hbm.h" #include "d/d_heap.h" #include "d/d_message.h" #include "d/d_reset.h" @@ -29,7 +30,6 @@ #include "toBeSorted/arc_managers/oarc_manager.h" #include "toBeSorted/d_d3d.h" #include "toBeSorted/d_emitter.h" -#include "toBeSorted/d_hbm.h" #include "toBeSorted/d_particle.h" #include "toBeSorted/fi_context.h" #include "toBeSorted/save_manager.h" @@ -88,7 +88,7 @@ sFPhaseBase::sFPhaseState dScBoot_c::cb3() { } sFPhaseBase::sFPhaseState dScBoot_c::cb4() { - if (!dHbm_c::GetInstance()->fn_801967D0()) { + if (!dHbm::Manage_c::GetInstance()->Load()) { return sFPhaseBase::PHASE_RETRY; } dHeap::HBMHeap.heap->disableAllocation(); @@ -409,7 +409,7 @@ dScBoot_c::dScBoot_c() : mStateMgr(*this, sStateID::null), mPhases(this, sCallba } dScBoot_c::~dScBoot_c() { - dHbm_c::GetInstance()->fn_80197560(0); + dHbm::Manage_c::GetInstance()->fn_80197560(0); sInstance = nullptr; } @@ -437,7 +437,7 @@ int dScBoot_c::doDelete() { dBase_c::createRoot(fProfile::LAST, 0, 0); d3d::createLightTextures(); SpecialItemDropMgr::create(); - dHbm_c::GetInstance()->offFlags(8); + dHbm::Manage_c::GetInstance()->offFlags(8); dGfx_c::GetInstance()->setDrawCallback(nullptr); dReset::Manage_c::GetInstance()->BootComplete(true); return SUCCEEDED; @@ -535,7 +535,7 @@ void dScBoot_c::executeState_Strap() { mProgressStage = 0; mStrapScreen.init(); } - dHbm_c::GetInstance()->fn_80197560(0); + dHbm::Manage_c::GetInstance()->fn_80197560(0); } break; } |
