push changes (#522)

This commit is contained in:
Misha
2024-02-03 07:38:57 -05:00
committed by GitHub
parent 2158142b08
commit 83e116defc
5 changed files with 33 additions and 15 deletions

View File

@@ -1,5 +1,8 @@
#include "legopartpresenter.h"
#include "legoomni.h"
#include "legovideomanager.h"
// GLOBAL: LEGO1 0x100f7aa0
int g_partPresenterConfig1 = 1;
@@ -19,10 +22,10 @@ void LegoPartPresenter::configureLegoPartPresenter(MxS32 p_partPresenterConfig1,
g_partPresenterConfig2 = p_partPresenterConfig2;
}
// STUB: LEGO1 0x1007c9b0
// FUNCTION: LEGO1 0x1007c9b0
MxResult LegoPartPresenter::AddToManager()
{
// TODO
VideoManager()->RegisterPresenter(*this);
return SUCCESS;
}