mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 16:34:06 +00:00
Implement/match MxMediaPresenter::EndAction (#276)
* Bootstrap MxMediaPresenter * Implement/match MxMediaPresenter::EndAction * Merge * Remove garbage
This commit is contained in:

committed by
GitHub

parent
8861acaf20
commit
8a1422f13e
@@ -35,8 +35,10 @@ void MxCompositePresenter::VTable0x60(undefined4 p_unknown)
|
||||
// TODO
|
||||
}
|
||||
|
||||
// OFFSET: LEGO1 0x1000caf0 STUB
|
||||
void MxCompositePresenter::VTable0x64()
|
||||
// OFFSET: LEGO1 0x1000caf0
|
||||
MxBool MxCompositePresenter::VTable0x64(undefined4 p_unknown)
|
||||
{
|
||||
// TODO
|
||||
if (m_compositePresenter)
|
||||
return m_compositePresenter->VTable0x64(p_unknown);
|
||||
return TRUE;
|
||||
}
|
||||
|
Reference in New Issue
Block a user