mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
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:

committed by
GitHub

parent
4bd67e4ae1
commit
d145f914c4
@@ -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
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user