mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-06 02:51:38 +12:00
[HID] Implement events
This commit is contained in:
parent
5465eb31c1
commit
6419098851
7 changed files with 34 additions and 15 deletions
|
@ -82,4 +82,5 @@ public:
|
|||
void setHIDSharedMem(u8* ptr) { hid.setSharedMem(ptr); }
|
||||
|
||||
void signalDSPEvents() { dsp.signalEvents(); }
|
||||
void updateInputs() { hid.updateInputs(); }
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue