sysclk/loader: refix kip editing and remove depricated mtcconf option

This commit is contained in:
souldbminersmwc
2025-12-19 20:16:16 -05:00
parent 7ac134aa47
commit 414faddd7a
6 changed files with 34 additions and 20 deletions

View File

@@ -8,7 +8,7 @@
#pragma pack(push, 1)
typedef struct {
u8 cust[16];
u8 cust[4];
u32 custRev;
u32 mtcConf;
u32 hpMode;
@@ -56,8 +56,8 @@ typedef struct {
#pragma pack(pop)
#define CUST_MAGIC "HOCKIPCUST\0\0\0\0"
#define CUST_MAGIC_LEN 16
#define CUST_MAGIC "CUST"
#define CUST_MAGIC_LEN 4
typedef struct {
FILE* file;