Rename InitPresenters to Create, remove this keyword (#1000)

This commit is contained in:
Christian Semmler
2024-06-07 16:13:42 -04:00
committed by GitHub
parent ba378eb224
commit 2147be19de
9 changed files with 29 additions and 29 deletions

View File

@@ -146,7 +146,7 @@ MxResult MxVideoManager::VTable0x28(
m_unk0x60 = FALSE;
if (MxMediaManager::InitPresenters() != SUCCESS) {
if (MxMediaManager::Create() != SUCCESS) {
goto done;
}
@@ -219,7 +219,7 @@ MxResult MxVideoManager::Create(MxVideoParam& p_videoParam, MxU32 p_frequencyMS,
m_unk0x60 = TRUE;
if (MxMediaManager::InitPresenters() != SUCCESS) {
if (MxMediaManager::Create() != SUCCESS) {
goto done;
}