From 4c532b12f14a153347c03a1bff11d092ba77736d Mon Sep 17 00:00:00 2001 From: TuxSH Date: Thu, 23 Feb 2017 21:27:21 +0100 Subject: [PATCH] Fix DebuggerBreakExceptionEvent definition --- libctru/include/3ds/svc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libctru/include/3ds/svc.h b/libctru/include/3ds/svc.h index 1cbb3ec..c192d47 100644 --- a/libctru/include/3ds/svc.h +++ b/libctru/include/3ds/svc.h @@ -200,7 +200,7 @@ typedef struct { /// Event relating to @ref svcBreakDebugProcess typedef struct { - void *threads[4]; ///< KThread instances of the attached process's that were running on each at the time of the function call (only the first 2 values are meaningful on O3DS). + s32 threadIds[4]; ///< IDs of the attached process's threads that were running on each core at the time of the @ref svcBreakDebugProcess call, or -1 (only the first 2 values are meaningful on O3DS). } DebuggerBreakExceptionEvent; /// Event relating to exceptions.