mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-05-04 02:08:28 +00:00
[Kernel] Fix ArbitrateAddress
This commit is contained in:
parent
919951516a
commit
77078f73b3
5 changed files with 25 additions and 13 deletions
|
@ -66,6 +66,7 @@ class Kernel {
|
|||
Handle makeSession(Handle port);
|
||||
Handle makeThread(u32 entrypoint, u32 initialSP, u32 priority, u32 id, ThreadStatus status = ThreadStatus::Dormant);
|
||||
|
||||
void sleepThreadOnArbiter(u32 waitingAddress);
|
||||
void switchThread(int newThreadIndex);
|
||||
|
||||
std::optional<Handle> getPortHandle(const char* name);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue