Implement/match MxVideoManager::Tickle (#128)

* Implement/match MxPresenter::StartAction

* Update mxpoint32.h

* Implement/match MxVideoManager::Tickle

* Update mxlist.h

* Update mxpresenter.cpp
This commit is contained in:
Christian Semmler
2023-09-19 23:00:34 -04:00
committed by GitHub
parent 4bd67e4ae1
commit d145f914c4
9 changed files with 133 additions and 37 deletions

View File

@@ -23,12 +23,10 @@ public:
virtual void StopPresenters(); // vtable+24
MxResult Init();
private:
MxPresenterList *m_presenters;
MxThread *m_thread; // 0xc
protected:
MxPresenterList *m_presenters;
MxThread *m_thread; // 0xc
MxCriticalSection m_criticalSection; // 0x10
};