diff options
| author | bunnei <bunneidev@gmail.com> | 2021-01-31 16:55:11 -0800 |
|---|---|---|
| committer | bunnei <bunneidev@gmail.com> | 2021-02-05 14:03:36 -0800 |
| commit | eba3c59a611962a1b019a5edfbc16c8d6db58be9 (patch) | |
| tree | 01bf9363df380825ad1b13f22e8944ffbc460682 /src/core/hle/kernel/process.h | |
| parent | 18175c71edf90eeb73c6f47745b2bad32e4a1478 (diff) | |
hle: kernel: svc: Cleanup KEvent/KReadableEvent/KWritableEvent SVCs.
Diffstat (limited to 'src/core/hle/kernel/process.h')
| -rw-r--r-- | src/core/hle/kernel/process.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/kernel/process.h b/src/core/hle/kernel/process.h index c8af76ce8..320b0f347 100644 --- a/src/core/hle/kernel/process.h +++ b/src/core/hle/kernel/process.h @@ -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 |
