reduce context size
This commit is contained in:
@@ -60,7 +60,7 @@ typedef struct
|
||||
u16 resolutionHeight;
|
||||
|
||||
// Reserved for future use
|
||||
u8 reserved[0xF28];
|
||||
u8 reserved[0x428];
|
||||
} HocClkContext;
|
||||
|
||||
typedef struct
|
||||
@@ -75,4 +75,4 @@ typedef struct
|
||||
|
||||
#define GLOBAL_PROFILE_ID 0xA111111111111111
|
||||
|
||||
static_assert(sizeof(HocClkContext) == 0x1000);
|
||||
static_assert(sizeof(HocClkContext) == 0x500);
|
||||
Reference in New Issue
Block a user