final hoc 2.0.0 changes
This commit is contained in:
@@ -58,6 +58,9 @@ typedef struct
|
||||
// FPS / Resolution
|
||||
u8 fps;
|
||||
u16 resolutionHeight;
|
||||
|
||||
// Reserved for future use
|
||||
u8 reserved[0xF28];
|
||||
} HocClkContext;
|
||||
|
||||
typedef struct
|
||||
@@ -70,4 +73,6 @@ typedef struct
|
||||
|
||||
#define HOCCLK_FREQ_LIST_MAX 32
|
||||
|
||||
#define GLOBAL_PROFILE_ID 0xA111111111111111
|
||||
#define GLOBAL_PROFILE_ID 0xA111111111111111
|
||||
|
||||
static_assert(sizeof(HocClkContext) == 0x1000);
|
||||
Reference in New Issue
Block a user