Common: Add HeapArray class

This commit is contained in:
Connor McLaughlin
2019-10-27 13:34:13 +10:00
parent 41574d92e8
commit 273d807e31
6 changed files with 131 additions and 1 deletions

View File

@ -123,6 +123,9 @@ public:
// Read from the current LBA. Returns the number of sectors read.
u32 Read(ReadMode read_mode, u32 sector_count, void* buffer);
// Read a single raw sector from the current LBA.
bool ReadRawSector(void* buffer);
protected:
struct Track
{