mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
Prepare MxMidiPresenter vtable and refactoring (#278)
This commit is contained in:

committed by
GitHub

parent
e86d6f0cc7
commit
c626f18b03
@@ -5,13 +5,13 @@
|
||||
DECOMP_SIZE_ASSERT(MxAudioPresenter, 0x54);
|
||||
|
||||
// OFFSET: LEGO1 0x1000d260
|
||||
undefined4 MxAudioPresenter::vtable5c()
|
||||
MxU32 MxAudioPresenter::GetVolume()
|
||||
{
|
||||
return this->m_unk50;
|
||||
return m_volume;
|
||||
}
|
||||
|
||||
// OFFSET: LEGO1 0x1000d270
|
||||
void MxAudioPresenter::vtable60(undefined4 p_unk50)
|
||||
void MxAudioPresenter::SetVolume(MxU32 p_volume)
|
||||
{
|
||||
this->m_unk50 = p_unk50;
|
||||
m_volume = p_volume;
|
||||
}
|
||||
|
Reference in New Issue
Block a user