MxOmni::Create 100% match, make Create calls consistent (#211)

* Improve MxOmni::Create match, make Create calls consistent

* Match MxEventManager::Create

* Fix MxTickleClientPtrList

* 100% match

* Update mxomnicreateparam.h
This commit is contained in:
Christian Semmler
2023-10-14 20:49:07 -04:00
committed by GitHub
parent 0c8705a9df
commit 37e75703d4
15 changed files with 74 additions and 107 deletions

View File

@@ -45,7 +45,7 @@ public:
virtual MxResult Tickle(); // vtable+0x8
// TODO: Where does this method come from?
virtual MxResult Create(MxS32 p_unk1, MxS32 p_unk2); // vtable+0x14
virtual MxResult Create(MxU32 p_frequencyMS, MxBool p_createThread); // vtable+0x14
void Register(MxCore *p_listener);
void Unregister(MxCore *p_listener);
MxResult Send(MxCore *p_listener, MxNotificationParam *p_param);