Fix implementations

This commit is contained in:
Christian Semmler 2023-09-21 06:27:24 -04:00
parent 35668562b6
commit 1368a5f8df
16 changed files with 16 additions and 16 deletions

View File

@ -21,7 +21,7 @@ MxLong Act2Brick::Notify(MxParam &p)
} }
// OFFSET: LEGO1 0x1007a7f0 STUB // OFFSET: LEGO1 0x1007a7f0 STUB
MxLong Act2Brick::Tickle() MxResult Act2Brick::Tickle()
{ {
// TODO // TODO

View File

@ -21,7 +21,7 @@ MxLong GasStation::Notify(MxParam &p)
} }
// OFFSET: LEGO1 0x10005c90 STUB // OFFSET: LEGO1 0x10005c90 STUB
MxLong GasStation::Tickle() MxResult GasStation::Tickle()
{ {
// TODO // TODO

View File

@ -21,7 +21,7 @@ MxLong Infocenter::Notify(MxParam &p)
} }
// OFFSET: LEGO1 0x10070af0 STUB // OFFSET: LEGO1 0x10070af0 STUB
MxLong Infocenter::Tickle() MxResult Infocenter::Tickle()
{ {
// TODO // TODO

View File

@ -23,7 +23,7 @@ MxLong LegoAnimationManager::Notify(MxParam &p)
} }
// OFFSET: LEGO1 0x10061cc0 STUB // OFFSET: LEGO1 0x10061cc0 STUB
MxLong LegoAnimationManager::Tickle() MxResult LegoAnimationManager::Tickle()
{ {
// TODO // TODO

View File

@ -21,7 +21,7 @@ MxLong LegoCarBuild::Notify(MxParam &p)
} }
// OFFSET: LEGO1 0x100238b0 STUB // OFFSET: LEGO1 0x100238b0 STUB
MxLong LegoCarBuild::Tickle() MxResult LegoCarBuild::Tickle()
{ {
// TODO // TODO

View File

@ -13,7 +13,7 @@ LegoControlManager::~LegoControlManager()
} }
// OFFSET: LEGO1 0x10029600 STUB // OFFSET: LEGO1 0x10029600 STUB
MxLong LegoControlManager::Tickle() MxResult LegoControlManager::Tickle()
{ {
// TODO // TODO

View File

@ -35,7 +35,7 @@ void LegoInputManager::UnRegister(MxCore *)
} }
// OFFSET: LEGO1 0x1005b8b0 STUB // OFFSET: LEGO1 0x1005b8b0 STUB
MxLong LegoInputManager::Tickle() MxResult LegoInputManager::Tickle()
{ {
// TODO // TODO

View File

@ -13,7 +13,7 @@ LegoPathController::~LegoPathController()
} }
// OFFSET: LEGO1 0x10045c10 STUB // OFFSET: LEGO1 0x10045c10 STUB
MxLong LegoPathController::Tickle() MxResult LegoPathController::Tickle()
{ {
// TODO // TODO
return 0; return 0;

View File

@ -13,7 +13,7 @@ LegoPlantManager::~LegoPlantManager()
} }
// OFFSET: LEGO1 0x10026e00 STUB // OFFSET: LEGO1 0x10026e00 STUB
MxLong LegoPlantManager::Tickle() MxResult LegoPlantManager::Tickle()
{ {
// TODO // TODO

View File

@ -13,7 +13,7 @@ LegoSoundManager::~LegoSoundManager()
} }
// OFFSET: LEGO1 0x1002a3a0 STUB // OFFSET: LEGO1 0x1002a3a0 STUB
MxLong LegoSoundManager::Tickle() MxResult LegoSoundManager::Tickle()
{ {
// TODO // TODO
return 0; return 0;

View File

@ -22,7 +22,7 @@ MxLong MxCore::Notify(MxParam &p)
} }
// OFFSET: LEGO1 0x10001f70 // OFFSET: LEGO1 0x10001f70
MxLong MxCore::Tickle() MxResult MxCore::Tickle()
{ {
return 0; return 0;
} }

View File

@ -13,7 +13,7 @@ MxDiskStreamController::~MxDiskStreamController()
} }
// OFFSET: LEGO1 0x100c8640 STUB // OFFSET: LEGO1 0x100c8640 STUB
MxLong MxDiskStreamController::Tickle() MxResult MxDiskStreamController::Tickle()
{ {
// TODO // TODO

View File

@ -3,7 +3,7 @@
DECOMP_SIZE_ASSERT(MxMediaPresenter, 0x50); DECOMP_SIZE_ASSERT(MxMediaPresenter, 0x50);
// OFFSET: LEGO1 0x100b5d10 STUB // OFFSET: LEGO1 0x100b5d10 STUB
MxLong MxMediaPresenter::Tickle() MxResult MxMediaPresenter::Tickle()
{ {
// TODO // TODO
return 0; return 0;

View File

@ -79,7 +79,7 @@ MxPresenter::~MxPresenter()
} }
// OFFSET: LEGO1 0x100b5200 // OFFSET: LEGO1 0x100b5200
MxLong MxPresenter::Tickle() MxResult MxPresenter::Tickle()
{ {
MxAutoLocker lock(&this->m_criticalSection); MxAutoLocker lock(&this->m_criticalSection);

View File

@ -13,7 +13,7 @@ MxTransitionManager::~MxTransitionManager()
} }
// OFFSET: LEGO1 0x1004bac0 STUB // OFFSET: LEGO1 0x1004bac0 STUB
MxLong MxTransitionManager::Tickle() MxResult MxTransitionManager::Tickle()
{ {
// TODO // TODO

View File

@ -15,7 +15,7 @@ MxVideoManager::~MxVideoManager()
} }
// OFFSET: LEGO1 0x100bea90 // OFFSET: LEGO1 0x100bea90
MxLong MxVideoManager::Tickle() MxResult MxVideoManager::Tickle()
{ {
MxAutoLocker lock(&this->m_criticalSection); MxAutoLocker lock(&this->m_criticalSection);