mirror of
https://github.com/CTCaer/hekate.git
synced 2025-04-20 11:35:56 +00:00
memset v2: i let ctc down edition
This commit is contained in:
parent
efa9ad10c8
commit
2dd0308189
1 changed files with 1 additions and 2 deletions
|
@ -647,8 +647,7 @@ int hos_launch(ini_sec_t *cfg)
|
|||
if (ctxt.pkg1_id->kb < KB_FIRMWARE_VERSION_600)
|
||||
memset((void *)0x4003D000, 0, 0x3000);
|
||||
else
|
||||
// and if we're not <6, do some new secmon magic~
|
||||
memset((void *)0x4003F800, 0, 0x1000)
|
||||
memset((void *)0x4003F800, 0, 0x800)
|
||||
|
||||
if (ctxt.debugmode)
|
||||
_copy_bootconfig(&ctxt);
|
||||
|
|
Loading…
Add table
Reference in a new issue