mirror of
https://github.com/CTCaer/hekate.git
synced 2024-11-29 21:12:06 +00:00
hos: Fix bct clear
This commit is contained in:
parent
71df1e2da1
commit
accf226214
1 changed files with 1 additions and 1 deletions
|
@ -915,7 +915,7 @@ int hos_launch(ini_sec_t *cfg)
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
memset((void *)0x4003F000, 0, 0x1000);
|
memset((void *)0x4003F800, 0, 0x800);
|
||||||
if ((fuse_read_odm(4) & 3) == 3)
|
if ((fuse_read_odm(4) & 3) == 3)
|
||||||
memcpy((void *)0x4003F800, bootConfigBuf, 0x800);
|
memcpy((void *)0x4003F800, bootConfigBuf, 0x800);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue