From 455aa0aa2c35da2dfca64c24a5cc2c36f488c110 Mon Sep 17 00:00:00 2001 From: Alejandro Asenjo Nitti <96613413+sonicdcer@users.noreply.github.com> Date: Sun, 5 May 2024 17:23:49 -0300 Subject: Initial Katina documentation (#228) * initial docs * func names * docs * more docs * more katina docs * format * format * yRot * more docs * more docs * this * some fixes * fixes * ActorAllRange * These should not be used here * corrections * some renamings * more docs * format * Merge remote-tracking branch 'origin' into fox_ka_docs * ActorCutscene * PR review * comment * bump torch * PR review * review --- src/sys/sys_fault.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sys') diff --git a/src/sys/sys_fault.c b/src/sys/sys_fault.c index b0240169..000304a5 100644 --- a/src/sys/sys_fault.c +++ b/src/sys/sys_fault.c @@ -243,7 +243,7 @@ void Fault_ThreadEntry(void* arg0) { func_8000762C(300, 10, "-"); gControllerPlugged[0] = 1; -#if MODS_AUTO_DEBUGGER == 0 // Turn this off for instant crash debugger (no button combination needed) +#if MODS_AUTO_DEBUGGER == 0 // Instant crash debugger (no button combination needed) while (var_s5 == 0) { osSendMesg(&gSerialThreadMesgQueue, (OSMesg) SI_READ_CONTROLLER, OS_MESG_NOBLOCK); MQ_WAIT_FOR_MESG(&gControllerMesgQueue, NULL); -- cgit v1.2.3