Implement MxTransitionManager::SetWaitIndicator

This commit is contained in:
DimaLeon2000 2023-10-05 06:52:58 +09:00
parent 6916aa49e3
commit 55b2db16b7
2 changed files with 4 additions and 4 deletions

View File

@ -231,10 +231,10 @@ void MxTransitionManager::Transition_Wipe()
} }
} }
// OFFSET: LEGO1 0x1004c470 STUB // OFFSET: LEGO1 0x1004c470
void MxTransitionManager::SetWaitIndicator(MxVideoPresenter *videoPresenter) void MxTransitionManager::SetWaitIndicator(MxVideoPresenter *p_videoPresenter)
{ {
// TODO m_waitIndicator = p_videoPresenter;
} }
// OFFSET: LEGO1 0x1004c4d0 // OFFSET: LEGO1 0x1004c4d0

View File

@ -12,7 +12,7 @@ class MxTransitionManager : public MxCore
MxTransitionManager(); MxTransitionManager();
virtual ~MxTransitionManager() override; // vtable+0x0 virtual ~MxTransitionManager() override; // vtable+0x0
__declspec(dllexport) void SetWaitIndicator(MxVideoPresenter *videoPresenter); __declspec(dllexport) void SetWaitIndicator(MxVideoPresenter *p_videoPresenter);
virtual MxResult Tickle(); // vtable+0x8 virtual MxResult Tickle(); // vtable+0x8