Skip to content

Commit

Permalink
docs: Fix incorrect reference to wia_exception_t
Browse files Browse the repository at this point in the history
  • Loading branch information
JosJuice committed Aug 26, 2021
1 parent 7688db3 commit b3d57eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/WiaAndRvz.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ This struct is stored at offset 0x48, immediately after `wia_file_head_t`.
|Type and name|Description|
|--|--|
|`u32 disc_type`|wit sets this to 0 for "unknown" (does this ever happen in practice?), 1 for GameCube discs, 2 for Wii discs.|
|`u32 compression`|0 for NONE, 1 for PURGE (see the `wia_exception_t` section), 2 for BZIP2, 3 for LZMA, 4 for LZMA2.
|`u32 compression`|0 for NONE, 1 for PURGE (see the `wia_segment_t` section), 2 for BZIP2, 3 for LZMA, 4 for LZMA2.
|`u32 compr_level`|The compression level used by the compressor. The possible values are compressor-specific. For informational purposes only.|
|`u32 chunk_size`|The size of the chunks that data is divided into. Must be a multiple of 2 MiB.|
|`u8 dhead[0x80]`|The first 0x80 bytes of the disc image.
Expand Down

0 comments on commit b3d57eb

Please sign in to comment.