mirror of
https://github.com/CTCaer/hekate.git
synced 2025-04-20 11:35:56 +00:00
memset on anything below 6
This commit is contained in:
parent
b98fa7fcee
commit
b1ffa5f93c
1 changed files with 1 additions and 1 deletions
|
@ -644,7 +644,7 @@ int hos_launch(ini_sec_t *cfg)
|
|||
_free_launch_components(&ctxt);
|
||||
|
||||
// Copy BCT if debug mode is enabled.
|
||||
if (ctxt.pkg1_id->kb != KB_FIRMWARE_VERSION_600)
|
||||
if (ctxt.pkg1_id->kb < KB_FIRMWARE_VERSION_600)
|
||||
memset((void *)0x4003D000, 0, 0x3000);
|
||||
if (ctxt.debugmode)
|
||||
_copy_bootconfig(&ctxt);
|
||||
|
|
Loading…
Add table
Reference in a new issue