mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-05-15 08:13:57 +12:00
Merge branch 'metal' into metal
This commit is contained in:
commit
124622cf18
10 changed files with 93 additions and 11 deletions
include/services
|
@ -101,8 +101,12 @@ class Y2RService {
|
|||
void startConversion(u32 messagePointer);
|
||||
void stopConversion(u32 messagePointer);
|
||||
|
||||
public:
|
||||
bool isBusy;
|
||||
|
||||
public:
|
||||
Y2RService(Memory& mem, Kernel& kernel) : mem(mem), kernel(kernel) {}
|
||||
void reset();
|
||||
void handleSyncRequest(u32 messagePointer);
|
||||
|
||||
void signalConversionDone();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue