mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-03 12:27:21 +12:00
Add vector of timer handles
This commit is contained in:
parent
708b10c194
commit
1f7fc2274a
3 changed files with 3 additions and 1 deletions
|
@ -36,6 +36,7 @@ class Kernel {
|
|||
std::vector<KernelObject> objects;
|
||||
std::vector<Handle> portHandles;
|
||||
std::vector<Handle> mutexHandles;
|
||||
std::vector<Handle> timerHandles;
|
||||
|
||||
// Thread indices, sorted by priority
|
||||
std::vector<int> threadIndices;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue