mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-06 04:01:44 +00:00
Merge pull request #121 from langerhans/lh/kernel-hash-4x
fusee: Add kernel hash for 4.x
This commit is contained in:
commit
bfaa618749
1 changed files with 2 additions and 2 deletions
|
@ -121,8 +121,8 @@ static const kernel_info_t g_kernel_infos[] = {
|
||||||
KERNEL_HOOKS(302)
|
KERNEL_HOOKS(302)
|
||||||
},
|
},
|
||||||
{ /* 4.0.0. */
|
{ /* 4.0.0. */
|
||||||
/* TODO */
|
.hash = {0xE6, 0xC0, 0xB7, 0xE3, 0x2F, 0xF9, 0x44, 0x51, 0xEC, 0xD5, 0x95, 0x79, 0xE3, 0x46, 0xB1, 0xDA, 0x2E, 0xD9, 0x28, 0xC6, 0xF2, 0x31, 0x4F, 0x95, 0xD8, 0xC7, 0xD5, 0xBD, 0x15, 0xD5, 0xE2, 0x5A},
|
||||||
.free_code_space_offset = 0,
|
.free_code_space_offset = 0x52890,
|
||||||
KERNEL_HOOKS(400)
|
KERNEL_HOOKS(400)
|
||||||
},
|
},
|
||||||
{ /* 5.0.0. */
|
{ /* 5.0.0. */
|
||||||
|
|
Loading…
Reference in a new issue