Add a link to a description of the CSO format.

This commit is contained in:
Unknown W. Brackets 2015-04-14 17:46:44 -07:00
parent 8edffd32c8
commit 4ffbd3765b
1 changed files with 2 additions and 0 deletions

View File

@ -635,6 +635,8 @@ void GzippedFileReader::Close() {
}
// Implementation of CSO compressed ISO reading, based on:
// https://github.com/unknownbrackets/maxcso/blob/master/README_CSO.md
struct CsoHeader {
u8 magic[4];
u32 header_size;