summaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/event.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/kernel/event.h')
-rw-r--r--src/core/hle/kernel/event.h7
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 {
19ResultCode SetEventLocked(const Handle handle, const bool locked); 19ResultCode 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 */
26ResultCode 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 */