From 86e392469196950d5433355f98ef00decc42320e Mon Sep 17 00:00:00 2001 From: MasaGratoR Date: Tue, 3 Feb 2026 18:14:10 +0100 Subject: [PATCH] Fix Atmosphere compilation --- nx/include/switch/kernel/svc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nx/include/switch/kernel/svc.h b/nx/include/switch/kernel/svc.h index c93c08fff..22d72f8f2 100644 --- a/nx/include/switch/kernel/svc.h +++ b/nx/include/switch/kernel/svc.h @@ -447,7 +447,7 @@ typedef struct { } specific; } exception; } info; -} DebugEvent; +} DebugEventInfo; ///@name Memory management ///@{ @@ -1424,7 +1424,7 @@ Result svcTerminateDebugProcess(Handle debug); * @note Syscall number 0x63. * @warning This is a privileged syscall. Use \ref envIsSyscallHinted to check if it is available. */ -Result svcGetDebugEvent(DebugEvent* event_out, Handle debug); +Result svcGetDebugEvent(DebugEventInfo* event_out, Handle debug); /** * @brief Continues a debugging session.