More MxDiskStreamController functions (#350)

* push code

* remove accidently commited code

* Update mxstreamcontroller.cpp

* implement MxDiskStreamController::VTable0x30

* implement MxDiskStreamController::VTable0x28

* Update mxdiskstreamcontroller.cpp

* FUN_100c7d10 & FUN_100c8360

* fix format

* Match MxDiskStreamController::FUN_100c7980

* Improve match of MxDiskStreamController::VTable0x28

* Match MxDiskStreamController::FUN_100c7d10

* Minor style fix

---------

Co-authored-by: Christian Semmler <mail@csemmler.com>
This commit is contained in:
Misha
2023-12-22 14:03:55 -05:00
committed by GitHub
parent acdaf4ed4c
commit e22ad6031c
14 changed files with 243 additions and 21 deletions

View File

@@ -23,7 +23,7 @@ MxU32 MxRAMStreamProvider::GetFileSize()
}
// FUNCTION: LEGO1 0x100d0940
MxU32 MxRAMStreamProvider::GetStreamBuffersNum()
MxS32 MxRAMStreamProvider::GetStreamBuffersNum()
{
return 1;
}