Implement/match MxVideoManager::InvalidateRect and UpdateRegion (#214)

* Implement/match MxVideoManager::InvalidateRect and UpdateRegion

* Update comment
This commit is contained in:
Christian Semmler
2023-10-16 19:20:52 -04:00
committed by GitHub
parent 8b1c8f7abe
commit 727c748ecd
3 changed files with 44 additions and 12 deletions

View File

@@ -21,7 +21,7 @@ void MxRegion::Reset()
}
// OFFSET: LEGO1 0x100c3750 STUB
void MxRegion::vtable18()
void MxRegion::vtable18(MxRect32 &p_rect)
{
// TODO
}
@@ -33,7 +33,8 @@ void MxRegion::vtable1c()
}
// OFFSET: LEGO1 0x100c3660 STUB
void MxRegion::vtable20()
MxBool MxRegion::vtable20()
{
// TODO
return FALSE;
}