mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-05 19:51:45 +00:00
fusee: correct 4.x free_code_space_offset value
This commit is contained in:
parent
58d2f8f0a5
commit
20a721a4a6
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ static const kernel_info_t g_kernel_infos[] = {
|
|||
},
|
||||
{ /* 4.0.0. */
|
||||
.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 = 0x52890,
|
||||
.free_code_space_offset = 0x4FBC0,
|
||||
KERNEL_HOOKS(400)
|
||||
},
|
||||
{ /* 5.0.0. */
|
||||
|
|
Loading…
Reference in a new issue