mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 20:42:44 +02:00
Fix definition for svcCreateEvent
This commit is contained in:
parent
8fde3ec378
commit
8496264811
@ -577,7 +577,7 @@ Result svcReplyAndReceiveWithUserBuffer(s32* index, void* usrBuffer, u64 size, c
|
||||
* @return Result code.
|
||||
* @note Syscall number 0x45.
|
||||
*/
|
||||
Result svcCreateEvent(Handle* client_handle, Handle* server_handle);
|
||||
Result svcCreateEvent(Handle* server_handle, Handle* client_handle);
|
||||
|
||||
///@}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user