Enhance Wii junk data handling: reconstruct junk in user data area during read and write operations

This commit is contained in:
2026-03-16 22:54:53 +00:00
parent 1956900b80
commit 694601cc63
6 changed files with 411 additions and 82 deletions

View File

@@ -371,6 +371,10 @@ typedef struct aaruformat_context
bool wii_building_crypto_block; ///< True while gathering sectors for re-encryption (suppresses recursion)
} aaruformat_context;
#ifndef AARUFORMAT_CONTEXT_DECLARED
#define AARUFORMAT_CONTEXT_DECLARED
#endif
/** \struct DumpHardwareEntriesWithData
* \brief In-memory representation of a dump hardware entry plus decoded variable-length fields & extents.
*