Update checksums to HSR 1.3.0
This commit is contained in:
parent
243e39d04b
commit
ffe75e9de7
@ -21,14 +21,14 @@ struct crc_region_pair {
|
|||||||
};
|
};
|
||||||
|
|
||||||
const struct crc_region_pair HSR_REGIONS[] = {
|
const struct crc_region_pair HSR_REGIONS[] = {
|
||||||
{ 0x9eb3084e, HSR_OS }, // os v1.2.0
|
{ 0x748c8f9c, HSR_OS }, // os v1.3.0
|
||||||
{ 0x14be07e9, HSR_CN } // cn v1.2.0
|
{ 0x76e85a40, HSR_CN } // cn v1.3.0
|
||||||
};
|
};
|
||||||
|
|
||||||
#define JUMP_SIZE (6 + sizeof(void*))
|
#define JUMP_SIZE (6 + sizeof(void*))
|
||||||
|
|
||||||
// Temporarily hardcoded offset
|
// Temporarily hardcoded offset
|
||||||
// v1.2.0, same for os and cn
|
// v1.3.0, same for os and cn
|
||||||
#define WTSUD_PATCH_OFFSET 0x16430
|
#define WTSUD_PATCH_OFFSET 0x16430
|
||||||
|
|
||||||
char wtsud_original_bytes[JUMP_SIZE];
|
char wtsud_original_bytes[JUMP_SIZE];
|
||||||
|
Loading…
Reference in New Issue
Block a user