1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-09-20 05:53:24 +01:00

fusee: Add 3.0.0-3.0.1 kernel hash (and free_code_space_offset)

This commit is contained in:
DavidBuchanan314 2018-06-13 21:42:28 +01:00
parent 82b248aeac
commit 58d2f8f0a5

View file

@ -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. */