mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 12:32:40 +02:00
Updated svcGetDebugEvent and svcContinueDebugEvent in svc.h.
This commit is contained in:
parent
5ebe01191e
commit
05cde6649b
@ -802,7 +802,7 @@ Result svcBreakDebugProcess(Handle debug);
|
||||
* @note Syscall number 0x63.
|
||||
* @warning This is a privileged syscall. Use \ref envIsSyscallHinted to check if it is available.
|
||||
*/
|
||||
Result svcGetDebugEvent(u8* event_out, Handle* debug);
|
||||
Result svcGetDebugEvent(u8* event_out, Handle debug);
|
||||
|
||||
/**
|
||||
* @brief Continues a debugging session.
|
||||
@ -810,7 +810,7 @@ Result svcGetDebugEvent(u8* event_out, Handle* debug);
|
||||
* @note Syscall number 0x64.
|
||||
* @warning This is a privileged syscall. Use \ref envIsSyscallHinted to check if it is available.
|
||||
*/
|
||||
Result svcContinueDebugEvent(Handle debug, u32 flags, u64 unk);
|
||||
Result svcContinueDebugEvent(Handle debug, u32 flags, u64 threadID);
|
||||
|
||||
/**
|
||||
* @brief Gets the context of a thread in a debugging session.
|
||||
|
Loading…
Reference in New Issue
Block a user