summaryrefslogtreecommitdiffstats
path: root/src/core/hle
diff options
context:
space:
mode:
authorbunnei <ericbunnie@gmail.com>2014-05-27 04:49:11 +0200
committerbunnei <ericbunnie@gmail.com>2014-05-27 04:49:11 +0200
commitd493d725acfc431fcbed729bb28d9b8a19250f96 (patch)
tree8cfb4603ad68ac863a9a9fe34d4b9d56183b1b70 /src/core/hle
parentmutex: added additional docstrings (diff)
downloadyuzu-d493d725acfc431fcbed729bb28d9b8a19250f96.tar
yuzu-d493d725acfc431fcbed729bb28d9b8a19250f96.tar.gz
yuzu-d493d725acfc431fcbed729bb28d9b8a19250f96.tar.bz2
yuzu-d493d725acfc431fcbed729bb28d9b8a19250f96.tar.lz
yuzu-d493d725acfc431fcbed729bb28d9b8a19250f96.tar.xz
yuzu-d493d725acfc431fcbed729bb28d9b8a19250f96.tar.zst
yuzu-d493d725acfc431fcbed729bb28d9b8a19250f96.zip
Diffstat (limited to 'src/core/hle')
-rw-r--r--src/core/hle/kernel/mutex.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/hle/kernel/mutex.h b/src/core/hle/kernel/mutex.h
index 8a9309069..4cd266725 100644
--- a/src/core/hle/kernel/mutex.h
+++ b/src/core/hle/kernel/mutex.h
@@ -19,7 +19,6 @@ Result ReleaseMutex(Handle handle);
/**
* Creates a mutex
- * @param handle Reference to handle for the newly created mutex
* @param initial_locked Specifies if the mutex should be locked initially
* @return Handle to newly created object
*/