mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-05 19:51:45 +00:00
fusee: Add 3.0.0-3.0.1 kernel hash (and free_code_space_offset)
This commit is contained in:
parent
82b248aeac
commit
58d2f8f0a5
1 changed files with 3 additions and 3 deletions
|
@ -111,8 +111,8 @@ static const kernel_info_t g_kernel_infos[] = {
|
|||
KERNEL_HOOKS(200)
|
||||
},
|
||||
{ /* 3.0.0. */
|
||||
/* TODO */
|
||||
.free_code_space_offset = 0,
|
||||
.hash = {0x50, 0x84, 0x23, 0xAC, 0x6F, 0xA1, 0x5D, 0x3B, 0x56, 0xC2, 0xFC, 0x95, 0x22, 0xCC, 0xD5, 0xA8, 0x15, 0xD3, 0xB4, 0x6B, 0xA1, 0x2C, 0xF2, 0x93, 0xD3, 0x02, 0x05, 0xAB, 0x52, 0xEF, 0x73, 0xC5},
|
||||
.free_code_space_offset = 0x494A4,
|
||||
KERNEL_HOOKS(300)
|
||||
},
|
||||
{ /* 3.0.2. */
|
||||
|
@ -206,4 +206,4 @@ void package2_patch_kernel(void *_kernel, size_t size) {
|
|||
free_space_offset += hook_size;
|
||||
free_space_size -= hook_size;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue