tma: First pass at tio file read/write

This commit is contained in:
Michael Scire
2018-12-06 15:32:27 -08:00
parent efcce68a56
commit 600ad660a6
16 changed files with 600 additions and 15 deletions

View File

@@ -166,6 +166,10 @@ class TmaPacket {
return GetHeader()->version;
}
u8 *GetCurrentBodyPtr() {
return GetBody(this->offset);
}
void ClearOffset() {
this->offset = 0;
}