mirror of
https://github.com/Atmosphere-NX/Atmosphere
synced 2024-11-09 22:56:35 +00:00
nogc: update for new lafw
This commit is contained in:
parent
fe9a4cd2fc
commit
a0a45853dd
1 changed files with 4 additions and 0 deletions
|
@ -525,6 +525,10 @@ static void nxboot_configure_stratosphere(uint32_t target_firmware) {
|
|||
if (target_firmware >= ATMOSPHERE_TARGET_FIRMWARE_9_0_0 && !(fuse_get_reserved_odm(7) & ~0x000003FF)) {
|
||||
kip_patches_set_enable_nogc();
|
||||
}
|
||||
/* Check if the fuses are < 11.0.0, but firmware is >= 11.0.0 */
|
||||
if (target_firmware >= ATMOSPHERE_TARGET_FIRMWARE_11_0_0 && !(fuse_get_reserved_odm(7) & ~0x00001FFF)) {
|
||||
kip_patches_set_enable_nogc();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue