summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/mutex.h
diff options
context:
space:
mode:
authorbunnei <ericbunnie@gmail.com>2014-06-06 06:23:33 +0200
committerbunnei <ericbunnie@gmail.com>2014-06-13 15:51:12 +0200
commit5365ca157d5cb81c5cba3922036839f3c58e85ba (patch)
tree378f5d44b7bdc70795ff10dc40be90ae2465eb36 /src/core/hle/kernel/mutex.h
parentHLE: Updated various handle debug assertions to be more clear. (diff)
downloadyuzu-5365ca157d5cb81c5cba3922036839f3c58e85ba.tar
yuzu-5365ca157d5cb81c5cba3922036839f3c58e85ba.tar.gz
yuzu-5365ca157d5cb81c5cba3922036839f3c58e85ba.tar.bz2
yuzu-5365ca157d5cb81c5cba3922036839f3c58e85ba.tar.lz
yuzu-5365ca157d5cb81c5cba3922036839f3c58e85ba.tar.xz
yuzu-5365ca157d5cb81c5cba3922036839f3c58e85ba.tar.zst
yuzu-5365ca157d5cb81c5cba3922036839f3c58e85ba.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/kernel/mutex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/kernel/mutex.h b/src/core/hle/kernel/mutex.h
index fde5549fa..7d7b5137e 100644
--- a/src/core/hle/kernel/mutex.h
+++ b/src/core/hle/kernel/mutex.h
@@ -23,6 +23,6 @@ Result ReleaseMutex(Handle handle);
* @param name Optional name of mutex
* @return Handle to newly created object
*/
-Handle CreateMutex(bool initial_locked, const std::string name="Unknown");
+Handle CreateMutex(bool initial_locked, const std::string& name="Unknown");
} // namespace