mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-07 19:41:38 +12:00
[Kernel] Cleaning up
This commit is contained in:
parent
1c4348248d
commit
ad07c70772
9 changed files with 21 additions and 37 deletions
|
@ -19,6 +19,8 @@ class Kernel {
|
|||
|
||||
Handle currentProcess;
|
||||
Handle currentThread;
|
||||
Handle mainThread;
|
||||
Handle srvHandle; // Handle for the special service manager port "srv:"
|
||||
u32 threadCount;
|
||||
ServiceManager serviceManager;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue