summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/thread.h
diff options
context:
space:
mode:
authorwwylele <wwylele@gmail.com>2016-04-08 18:28:54 +0200
committerwwylele <wwylele@gmail.com>2016-09-22 07:52:52 +0200
commitf69a543110703e09adc830bbc65e3c39be0cc52b (patch)
tree6698d241fb60109d5eae43ff6ece00fef9aa91d8 /src/core/hle/kernel/thread.h
parentMerge pull request #2099 from citra-emu/fix-clang-format (diff)
downloadyuzu-f69a543110703e09adc830bbc65e3c39be0cc52b.tar
yuzu-f69a543110703e09adc830bbc65e3c39be0cc52b.tar.gz
yuzu-f69a543110703e09adc830bbc65e3c39be0cc52b.tar.bz2
yuzu-f69a543110703e09adc830bbc65e3c39be0cc52b.tar.lz
yuzu-f69a543110703e09adc830bbc65e3c39be0cc52b.tar.xz
yuzu-f69a543110703e09adc830bbc65e3c39be0cc52b.tar.zst
yuzu-f69a543110703e09adc830bbc65e3c39be0cc52b.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/kernel/thread.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/core/hle/kernel/thread.h b/src/core/hle/kernel/thread.h
index f63131716..e0ffcea8a 100644
--- a/src/core/hle/kernel/thread.h
+++ b/src/core/hle/kernel/thread.h
@@ -236,4 +236,9 @@ void ThreadingInit();
*/
void ThreadingShutdown();
+/**
+ * Get a const reference to the thread list for debug use
+ */
+const std::vector<SharedPtr<Thread>>& GetThreadList();
+
} // namespace