Bootstrap MxMediaPresenter (#274)

* Bootstrap MxMediaPresenter

* Add override
This commit is contained in:
Christian Semmler
2023-11-12 07:47:01 -05:00
committed by GitHub
parent e2f2ef6152
commit 04b503c79f
12 changed files with 176 additions and 49 deletions

View File

@@ -116,7 +116,7 @@ MxResult MxPresenter::Tickle()
}
// OFFSET: LEGO1 0x100b4d80
MxLong MxPresenter::StartAction(MxStreamController*, MxDSAction* p_action)
MxResult MxPresenter::StartAction(MxStreamController*, MxDSAction* p_action)
{
MxAutoLocker lock(&this->m_criticalSection);