mirror of
https://github.com/CTCaer/hekate.git
synced 2025-08-11 18:50:04 +00:00
Update hos.c
This commit is contained in:
parent
166426baa3
commit
b98fa7fcee
1 changed files with 2 additions and 1 deletions
|
@ -644,7 +644,8 @@ int hos_launch(ini_sec_t *cfg)
|
||||||
_free_launch_components(&ctxt);
|
_free_launch_components(&ctxt);
|
||||||
|
|
||||||
// Copy BCT if debug mode is enabled.
|
// Copy BCT if debug mode is enabled.
|
||||||
// memset((void *)0x4003D000, 0, 0x3000);
|
if (ctxt.pkg1_id->kb != KB_FIRMWARE_VERSION_600)
|
||||||
|
memset((void *)0x4003D000, 0, 0x3000);
|
||||||
if (ctxt.debugmode)
|
if (ctxt.debugmode)
|
||||||
_copy_bootconfig(&ctxt);
|
_copy_bootconfig(&ctxt);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue