Implement LZMA decompressing of blocks and DDT when opening.

This commit is contained in:
2022-10-04 18:34:42 +01:00
parent 1451a249a1
commit 12a6ada8b7
2 changed files with 265 additions and 4 deletions

View File

@@ -35,6 +35,7 @@
#define AARUF_ERROR_REACHED_UNREACHABLE_CODE -14
#define AARUF_ERROR_INVALID_TRACK_FORMAT -15
#define AARUF_ERROR_SECTOR_TAG_NOT_PRESENT -11
#define AARUF_ERROR_CANNOT_DECOMPRESS_BLOCK -12
#define AARUF_STATUS_OK 0
#define AARUF_STATUS_SECTOR_NOT_DUMPED 1