fix build

This commit is contained in:
Misha 2023-12-25 09:34:41 -05:00
parent d3058ecc17
commit e44f31023e
No known key found for this signature in database
GPG Key ID: 8441D12AEF33FED8
2 changed files with 7 additions and 7 deletions

View File

@ -47,6 +47,12 @@ MxResult MxDiskStreamController::Open(const char* p_filename)
return result; return result;
} }
// FUNCTION: LEGO1 0x100c7880
MxResult MxDiskStreamController::VTable0x18(undefined4, undefined4)
{
return SUCCESS;
}
// FUNCTION: LEGO1 0x100c7890 // FUNCTION: LEGO1 0x100c7890
MxResult MxDiskStreamController::FUN_100c7890(MxDSStreamingAction* p_action) MxResult MxDiskStreamController::FUN_100c7890(MxDSStreamingAction* p_action)
{ {
@ -61,12 +67,6 @@ MxResult MxDiskStreamController::FUN_100c7890(MxDSStreamingAction* p_action)
} }
} }
// FUNCTION: LEGO1 0x100c7880
MxResult MxDiskStreamController::VTable0x18(undefined4, undefined4)
{
return SUCCESS;
}
// FUNCTION: LEGO1 0x100c7960 // FUNCTION: LEGO1 0x100c7960
MxResult MxDiskStreamController::VTable0x34(undefined4) MxResult MxDiskStreamController::VTable0x34(undefined4)
{ {

View File

@ -132,7 +132,7 @@ MxResult MxDiskStreamProvider::FUN_100d1780(MxDSStreamingAction* p_action)
void MxDiskStreamProvider::PerformWork() void MxDiskStreamProvider::PerformWork()
{ {
// TODO // TODO
OutputDebugStringA("work is not being preformed."); OutputDebugStringA("work is not being preformed.\n");
} }
// FUNCTION: LEGO1 0x100d1af0 // FUNCTION: LEGO1 0x100d1af0