diff --git a/LEGO1/mxdiskstreamcontroller.cpp b/LEGO1/mxdiskstreamcontroller.cpp index a474ce3d..f0095a7e 100644 --- a/LEGO1/mxdiskstreamcontroller.cpp +++ b/LEGO1/mxdiskstreamcontroller.cpp @@ -47,6 +47,12 @@ MxResult MxDiskStreamController::Open(const char* p_filename) return result; } +// FUNCTION: LEGO1 0x100c7880 +MxResult MxDiskStreamController::VTable0x18(undefined4, undefined4) +{ + return SUCCESS; +} + // FUNCTION: LEGO1 0x100c7890 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 MxResult MxDiskStreamController::VTable0x34(undefined4) { diff --git a/LEGO1/mxdiskstreamprovider.cpp b/LEGO1/mxdiskstreamprovider.cpp index 688783ea..b9118db8 100644 --- a/LEGO1/mxdiskstreamprovider.cpp +++ b/LEGO1/mxdiskstreamprovider.cpp @@ -132,7 +132,7 @@ MxResult MxDiskStreamProvider::FUN_100d1780(MxDSStreamingAction* p_action) void MxDiskStreamProvider::PerformWork() { // TODO - OutputDebugStringA("work is not being preformed."); + OutputDebugStringA("work is not being preformed.\n"); } // FUNCTION: LEGO1 0x100d1af0