mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-05-04 10:18:28 +00:00
[Kernel] Implement ClearEvent, stub WaitSynchronization1
This commit is contained in:
parent
6bfe321777
commit
d3a2591d19
5 changed files with 37 additions and 1 deletions
|
@ -82,6 +82,7 @@ class Kernel {
|
|||
|
||||
// SVC implementations
|
||||
void arbitrateAddress();
|
||||
void clearEvent();
|
||||
void createAddressArbiter();
|
||||
void createEvent();
|
||||
void createThread();
|
||||
|
@ -95,6 +96,7 @@ class Kernel {
|
|||
void svcCloseHandle();
|
||||
void connectToPort();
|
||||
void outputDebugString();
|
||||
void waitSynchronization1();
|
||||
|
||||
public:
|
||||
Kernel(CPU& cpu, Memory& mem);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue