mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-03 12:27:21 +12:00
[Y2R] Implement some srervice calls
This commit is contained in:
parent
9a6640cae2
commit
b564029a8f
2 changed files with 33 additions and 1 deletions
|
@ -9,7 +9,12 @@ class Y2RService {
|
|||
Memory& mem;
|
||||
MAKE_LOG_FUNCTION(log, y2rLogger)
|
||||
|
||||
bool transferEndInterruptEnabled;
|
||||
|
||||
// Service commands
|
||||
void driverInitialize(u32 messagePointer);
|
||||
void pingProcess(u32 messagePointer);
|
||||
void setTransferEndInterrupt(u32 messagePointer);
|
||||
|
||||
public:
|
||||
Y2RService(Memory& mem) : mem(mem) {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue