summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/thread.h
diff options
context:
space:
mode:
authorSubv <subv2112@gmail.com>2014-12-04 20:45:47 +0100
committerSubv <subv2112@gmail.com>2015-01-09 03:22:14 +0100
commit07044651ef2644451dc4f78045856ad078cb69fe (patch)
tree50113ade759854c60c0e91864f27f2f680993e84 /src/core/hle/kernel/thread.h
parentMerge pull request #425 from Subv/coretiming (diff)
downloadyuzu-07044651ef2644451dc4f78045856ad078cb69fe.tar
yuzu-07044651ef2644451dc4f78045856ad078cb69fe.tar.gz
yuzu-07044651ef2644451dc4f78045856ad078cb69fe.tar.bz2
yuzu-07044651ef2644451dc4f78045856ad078cb69fe.tar.lz
yuzu-07044651ef2644451dc4f78045856ad078cb69fe.tar.xz
yuzu-07044651ef2644451dc4f78045856ad078cb69fe.tar.zst
yuzu-07044651ef2644451dc4f78045856ad078cb69fe.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/kernel/thread.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/kernel/thread.h b/src/core/hle/kernel/thread.h
index 0e1397cd9..81736a866 100644
--- a/src/core/hle/kernel/thread.h
+++ b/src/core/hle/kernel/thread.h
@@ -43,6 +43,7 @@ enum WaitType {
WAITTYPE_MUTEX,
WAITTYPE_SYNCH,
WAITTYPE_ARB,
+ WAITTYPE_TIMER,
};
namespace Kernel {