diff options
| author | 2021-01-31 16:55:11 -0800 | |
|---|---|---|
| committer | 2021-02-05 14:03:36 -0800 | |
| commit | eba3c59a611962a1b019a5edfbc16c8d6db58be9 (patch) | |
| tree | 01bf9363df380825ad1b13f22e8944ffbc460682 /src/core/hle/kernel/process.h | |
| parent | common: scope_exit: Add a cancellable ScopeExit macro. (diff) | |
| download | yuzu-eba3c59a611962a1b019a5edfbc16c8d6db58be9.tar.gz yuzu-eba3c59a611962a1b019a5edfbc16c8d6db58be9.tar.xz yuzu-eba3c59a611962a1b019a5edfbc16c8d6db58be9.zip | |
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: | |||
| 312 | /// @pre The process must be in a signaled state. If this is called on a | 312 | /// @pre The process must be in a signaled state. If this is called on a |
| 313 | /// process instance that is not signaled, ERR_INVALID_STATE will be | 313 | /// process instance that is not signaled, ERR_INVALID_STATE will be |
| 314 | /// returned. | 314 | /// returned. |
| 315 | ResultCode ClearSignalState(); | 315 | ResultCode Reset(); |
| 316 | 316 | ||
| 317 | /** | 317 | /** |
| 318 | * Loads process-specifics configuration info with metadata provided | 318 | * Loads process-specifics configuration info with metadata provided |