mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-02-09 19:25:10 +01:00
fusee: fix overcorrection for boot reason address
This commit is contained in:
parent
45bae80f18
commit
0dc6bcb180
@ -629,7 +629,7 @@ static void nxboot_set_bootreason(void *bootreason_base) {
|
|||||||
boot_reason.boot_reason_state = 0x04; /* BootReason_RtcAlarm2 */
|
boot_reason.boot_reason_state = 0x04; /* BootReason_RtcAlarm2 */
|
||||||
|
|
||||||
/* Set in memory. */
|
/* Set in memory. */
|
||||||
memcpy((void *)((uintptr_t)bootreason_base + 0x10), &boot_reason, sizeof(boot_reason));
|
memcpy(bootreason_base, &boot_reason, sizeof(boot_reason));
|
||||||
|
|
||||||
/* Clean up. */
|
/* Clean up. */
|
||||||
free(bct);
|
free(bct);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user