mirror of
https://github.com/CTCaer/hekate
synced 2024-12-22 19:31:12 +00:00
sept: Mark as ready for Mariko
This commit is contained in:
parent
f9a1935762
commit
495907b8a4
2 changed files with 12 additions and 0 deletions
|
@ -71,6 +71,12 @@ extern void reloc_patcher(u32 payload_dst, u32 payload_src, u32 payload_size);
|
||||||
|
|
||||||
void check_sept(ini_sec_t *cfg_sec)
|
void check_sept(ini_sec_t *cfg_sec)
|
||||||
{
|
{
|
||||||
|
if (h_cfg.t210b01)
|
||||||
|
{
|
||||||
|
h_cfg.sept_run = true;
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
hos_eks_get();
|
hos_eks_get();
|
||||||
|
|
||||||
// Check if non-hekate payload is used for sept and restore it.
|
// Check if non-hekate payload is used for sept and restore it.
|
||||||
|
|
|
@ -70,6 +70,12 @@ extern void reloc_patcher(u32 payload_dst, u32 payload_src, u32 payload_size);
|
||||||
|
|
||||||
void check_sept()
|
void check_sept()
|
||||||
{
|
{
|
||||||
|
if (h_cfg.t210b01)
|
||||||
|
{
|
||||||
|
h_cfg.sept_run = true;
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
hos_eks_get();
|
hos_eks_get();
|
||||||
|
|
||||||
// Check if non-hekate payload is used for sept and restore it.
|
// Check if non-hekate payload is used for sept and restore it.
|
||||||
|
|
Loading…
Reference in a new issue