diff options
| author | 2015-01-14 23:33:37 -0500 | |
|---|---|---|
| committer | 2015-01-21 18:42:04 -0500 | |
| commit | 14cbbf4d9b8e07f9f2d679bcf66c2180463ae57c (patch) | |
| tree | f4a942c3b72d8df5186ad8bfe0a99fdbe2644dd5 /src/core/hle/kernel/event.h | |
| parent | WaitObject: Added RemoveWaitingThread, fixed a bug, and cleanup. (diff) | |
| download | yuzu-14cbbf4d9b8e07f9f2d679bcf66c2180463ae57c.tar.gz yuzu-14cbbf4d9b8e07f9f2d679bcf66c2180463ae57c.tar.xz yuzu-14cbbf4d9b8e07f9f2d679bcf66c2180463ae57c.zip | |
Event: Get rid of permanent_lock hack.
Diffstat (limited to 'src/core/hle/kernel/event.h')
| -rw-r--r-- | src/core/hle/kernel/event.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/core/hle/kernel/event.h b/src/core/hle/kernel/event.h index da793df1a..b1b9d4b7b 100644 --- a/src/core/hle/kernel/event.h +++ b/src/core/hle/kernel/event.h | |||
| @@ -19,13 +19,6 @@ namespace Kernel { | |||
| 19 | ResultCode SetEventLocked(const Handle handle, const bool locked); | 19 | ResultCode SetEventLocked(const Handle handle, const bool locked); |
| 20 | 20 | ||
| 21 | /** | 21 | /** |
| 22 | * Hackish function to set an events permanent lock state, used to pass through synch blocks | ||
| 23 | * @param handle Handle to event to change | ||
| 24 | * @param permanent_locked Boolean permanent locked value to set event | ||
| 25 | */ | ||
| 26 | ResultCode SetPermanentLock(Handle handle, const bool permanent_locked); | ||
| 27 | |||
| 28 | /** | ||
| 29 | * Signals an event | 22 | * Signals an event |
| 30 | * @param handle Handle to event to signal | 23 | * @param handle Handle to event to signal |
| 31 | */ | 24 | */ |