mirror of
https://github.com/N64Recomp/N64ModernRuntime.git
synced 2025-10-30 08:02:29 +00:00
add padding to OSPfsState
This commit is contained in:
parent
e48e7b5137
commit
bf84e072d1
1 changed files with 1 additions and 0 deletions
|
|
@ -239,6 +239,7 @@ typedef struct {
|
|||
/* 0x00 */ u32 file_size; /* bytes */
|
||||
/* 0x04 */ u32 game_code;
|
||||
/* 0x08 */ u16 company_code;
|
||||
/* 0x0A */ char pad_0A[2];
|
||||
/* 0x0C */ char ext_name[4];
|
||||
/* 0x10 */ char game_name[16];
|
||||
} OSPfsState; // size = 0x20
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue