mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-25 19:55:50 +00:00
Various formatting and consistency fixes
This commit is contained in:
parent
5fb94230cd
commit
b25e1a2eb4
61 changed files with 143 additions and 178 deletions
|
@ -36,7 +36,7 @@ const u32 kBlobCookie = 0xB10BC001;
|
|||
struct CompressedBlobHeader // 32 bytes
|
||||
{
|
||||
u32 magic_cookie; //0xB10BB10B
|
||||
u32 sub_type; // gc image, whatever
|
||||
u32 sub_type; // GC image, whatever
|
||||
u64 compressed_data_size;
|
||||
u64 data_size;
|
||||
u32 block_size;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue