Added full SM64 -> AIFF Decoding

This commit is contained in:
KiritoDv
2023-09-03 23:29:11 -06:00
parent 063224c69d
commit 50b6c6f65b
9 changed files with 690 additions and 91 deletions
+1
View File
@@ -23,6 +23,7 @@ class BinaryReader {
void Seek(int32_t offset, SeekOffsetType seekType);
uint32_t GetBaseAddress();
size_t GetLength();
void Read(int32_t length);
void Read(char* buffer, int32_t length);