mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-03 12:27:21 +12:00
Stub CECD::OpenAndRead
This commit is contained in:
parent
c721fa0482
commit
9bf7a9f486
2 changed files with 19 additions and 4 deletions
|
@ -18,6 +18,7 @@ class CECDService {
|
|||
|
||||
// Service commands
|
||||
void getInfoEventHandle(u32 messagePointer);
|
||||
void openAndRead(u32 messagePointer);
|
||||
|
||||
public:
|
||||
CECDService(Memory& mem, Kernel& kernel) : mem(mem), kernel(kernel) {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue