mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 12:55:45 +00:00
hle: kernel: svc: Cleanup KEvent/KReadableEvent/KWritableEvent SVCs.
This commit is contained in:
parent
559c505126
commit
9c2719d86f
5 changed files with 96 additions and 76 deletions
|
@ -312,7 +312,7 @@ public:
|
|||
/// @pre The process must be in a signaled state. If this is called on a
|
||||
/// process instance that is not signaled, ERR_INVALID_STATE will be
|
||||
/// returned.
|
||||
ResultCode ClearSignalState();
|
||||
ResultCode Reset();
|
||||
|
||||
/**
|
||||
* Loads process-specifics configuration info with metadata provided
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue