mirror of
https://github.com/N64Recomp/N64ModernRuntime.git
synced 2026-02-14 09:36:23 +00:00
fix endianess in the OSPfsState struct
This commit is contained in:
parent
48d4f28737
commit
212c0cd304
1 changed files with 1 additions and 1 deletions
|
|
@ -238,8 +238,8 @@ typedef struct {
|
|||
typedef struct {
|
||||
/* 0x00 */ u32 file_size; /* bytes */
|
||||
/* 0x04 */ u32 game_code;
|
||||
/* 0x08 */ u16 company_code;
|
||||
/* 0x0A */ char pad_0A[2];
|
||||
/* 0x08 */ u16 company_code;
|
||||
/* 0x0C */ char ext_name[4];
|
||||
/* 0x10 */ char game_name[16];
|
||||
} OSPfsState; // size = 0x20
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue