Update mxstreamcontroller.cpp

This commit is contained in:
Misha 2023-12-22 09:04:17 -05:00
parent 8db44555e1
commit bae5f37234
No known key found for this signature in database
GPG Key ID: 8441D12AEF33FED8

View File

@ -12,14 +12,12 @@ DECOMP_SIZE_ASSERT(MxNextActionDataStart, 0x14)
// FUNCTION: LEGO1 0x100b9400
MxResult MxStreamController::VTable0x18(undefined4, undefined4)
{
OutputDebugStringA("MxStreamController::VTable0x18 not implemented\n");
return FAILURE;
}
// FUNCTION: LEGO1 0x100b9410
MxResult MxStreamController::VTable0x1c(undefined4, undefined4)
{
OutputDebugStringA("MxStreamController::VTable0x1c not implemented\n");
return FAILURE;
}
@ -108,7 +106,6 @@ MxResult MxStreamController::FUN_100c1800(MxDSAction* p_action, MxU32 p_val)
// STUB: LEGO1 0x100c1a00
MxResult MxStreamController::FUN_100c1a00(MxDSAction* p_action, MxU32 p_bufferval)
{
OutputDebugStringA("MxStreamController::FUN_100c1a00 not implemented\n");
return FAILURE;
}
@ -170,7 +167,6 @@ MxPresenter* MxStreamController::FUN_100c1e70(MxDSAction& p_action)
// STUB: LEGO1 0x100c1f00
MxResult MxStreamController::FUN_100c1f00(MxDSAction* p_action)
{
OutputDebugStringA("MxStreamController::FUN_100c1f00 not implemented\n");
// TODO
return FAILURE;
}
@ -178,7 +174,6 @@ MxResult MxStreamController::FUN_100c1f00(MxDSAction* p_action)
// STUB: LEGO1 0x100c20d0
MxBool MxStreamController::FUN_100c20d0(MxDSObject& p_obj)
{
OutputDebugStringA("MxStreamController::FUN_100c20d0 not implemented\n");
// TODO
return TRUE;
}