Implement AddPresenter, RemovePresenter, StopPresenters (#124)

* Add MxList, MxPresenterList, add to MxMediaManager

* Match ~MxList<T>

* Implement AddPresenter, RemovePresenter, StopPresenters

* Initial implementation of RemovePresenter/Find/Detach

* Implement/match MxMediaManager::StopPresenters

* Move definitions out of class body

* Match RemovePresenter/Detach

* Fix style

* Fix merge error

* Fix merge error

* Fix merge error

* Remove space
This commit is contained in:
Christian Semmler
2023-09-17 06:38:50 -04:00
committed by GitHub
parent 253538feed
commit b819657bd8
5 changed files with 165 additions and 20 deletions

View File

@@ -77,7 +77,7 @@ private:
undefined4 m_unk0x10;
undefined4 m_unk0x14;
undefined4 m_unk0x18;
MxDSAction* m_action; // 0
MxDSAction *m_action; // 0
MxCriticalSection m_criticalSection;
MxPresenter *m_unkPresenter; // 0x3c
};