Return type of PutData is MxResult (#305)

* Return type of PutData is MxResult

* Remove out.html
This commit is contained in:
Christian Semmler
2023-11-26 09:03:40 -05:00
committed by GitHub
parent 2fa70d233f
commit 10062d2b28
12 changed files with 18 additions and 18 deletions

View File

@@ -96,9 +96,9 @@ MxBool MxPresenter::HasTickleStatePassed(TickleState p_tickleState)
}
// OFFSET: LEGO1 0x1000bfc0
undefined4 MxPresenter::PutData()
MxResult MxPresenter::PutData()
{
return 0;
return SUCCESS;
}
// OFFSET: LEGO1 0x1000bfd0