mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-20 20:49:12 +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
|
@ -148,6 +148,7 @@ void Kernel::reset() {
|
|||
}
|
||||
objects.clear();
|
||||
mutexHandles.clear();
|
||||
timerHandles.clear();
|
||||
portHandles.clear();
|
||||
threadIndices.clear();
|
||||
serviceManager.reset();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue