summaryrefslogtreecommitdiff
path: root/src/core/hle/kernel
diff options
context:
space:
mode:
authorGravatar bunnei2014-05-27 22:14:38 -0400
committerGravatar bunnei2014-05-27 22:14:38 -0400
commitea8627d5360eedaa10c979854ad9b4dd3b85f800 (patch)
treef86432d845352498c43a5a0344d48527f661d59a /src/core/hle/kernel
parentevent: added SetEventLocked method to change status an events lock (diff)
downloadyuzu-ea8627d5360eedaa10c979854ad9b4dd3b85f800.tar.gz
yuzu-ea8627d5360eedaa10c979854ad9b4dd3b85f800.tar.xz
yuzu-ea8627d5360eedaa10c979854ad9b4dd3b85f800.zip
event: fixed typos and updated CMakeLists
Diffstat (limited to 'src/core/hle/kernel')
-rw-r--r--src/core/hle/kernel/event.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/kernel/event.h b/src/core/hle/kernel/event.h
index 0bcfe00b7..c1842cb88 100644
--- a/src/core/hle/kernel/event.h
+++ b/src/core/hle/kernel/event.h
@@ -16,7 +16,7 @@ namespace Kernel {
16 * @param handle Handle to event to change 16 * @param handle Handle to event to change
17 * @param locked Boolean locked value to set event 17 * @param locked Boolean locked value to set event
18 */ 18 */
19void SetEventLocked(const Handle handle, const bool locked) 19void SetEventLocked(const Handle handle, const bool locked);
20 20
21/** 21/**
22 * Clears an event 22 * Clears an event