mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 18:51:16 +00:00
Update mxstreamcontroller.cpp
This commit is contained in:
parent
8db44555e1
commit
bae5f37234
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user