mirror of
https://github.com/CTCaer/hekate.git
synced 2025-08-02 22:28:49 +00:00
fixup! Add debug output patch for 1.0.0
This commit is contained in:
parent
996b33ab26
commit
8cabad0af7
1 changed files with 1 additions and 1 deletions
|
@ -484,7 +484,7 @@ int hos_launch(ini_sec_t *cfg)
|
||||||
|| (ctxt.debugmode && kernel_patchset[i].id == DEBUG_OUTPUT_UART_CONF))
|
|| (ctxt.debugmode && kernel_patchset[i].id == DEBUG_OUTPUT_UART_CONF))
|
||||||
*(vu32 *)(ctxt.kernel + kernel_patchset[i].off) = kernel_patchset[i].val;
|
*(vu32 *)(ctxt.kernel + kernel_patchset[i].off) = kernel_patchset[i].val;
|
||||||
else if ((ctxt.atmosphere && kernel_patchset[i].id == ATM_ARR_PATCH)
|
else if ((ctxt.atmosphere && kernel_patchset[i].id == ATM_ARR_PATCH)
|
||||||
|| ctxt.debugmode && kernel_patchset[i].id == DEBUG_OUTPUT_ARR)
|
|| (ctxt.debugmode && kernel_patchset[i].id == DEBUG_OUTPUT_ARR))
|
||||||
{
|
{
|
||||||
temp = (u32 *)kernel_patchset[i].ptr;
|
temp = (u32 *)kernel_patchset[i].ptr;
|
||||||
for (u32 j = 0; j < kernel_patchset[i].val; j++)
|
for (u32 j = 0; j < kernel_patchset[i].val; j++)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue