diff options
Diffstat (limited to 'src/core/hle/kernel/thread.h')
| -rw-r--r-- | src/core/hle/kernel/thread.h | 5 |
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(); | |||
| 236 | */ | 236 | */ |
| 237 | void ThreadingShutdown(); | 237 | void ThreadingShutdown(); |
| 238 | 238 | ||
| 239 | /** | ||
| 240 | * Get a const reference to the thread list for debug use | ||
| 241 | */ | ||
| 242 | const std::vector<SharedPtr<Thread>>& GetThreadList(); | ||
| 243 | |||
| 239 | } // namespace | 244 | } // namespace |