mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-07-10 00:58:41 +12:00
CECD: Stub GetChangeStateEventHandle (#776)
* CECD: Stub GetChangeStateEventHandle * More CECD
This commit is contained in:
parent
94d78edb49
commit
8ba3b1ceca
2 changed files with 39 additions and 3 deletions
|
@ -18,10 +18,13 @@ class CECDService {
|
|||
MAKE_LOG_FUNCTION(log, cecdLogger)
|
||||
|
||||
std::optional<Handle> infoEvent;
|
||||
std::optional<Handle> changeStateEvent;
|
||||
|
||||
// Service commands
|
||||
void getChangeStateEventHandle(u32 messagePointer);
|
||||
void getInfoEventHandle(u32 messagePointer);
|
||||
void openAndRead(u32 messagePointer);
|
||||
void stop(u32 messagePointer);
|
||||
|
||||
public:
|
||||
CECDService(Memory& mem, Kernel& kernel) : mem(mem), kernel(kernel) {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue