[HID] Implement events

This commit is contained in:
wheremyfoodat 2023-04-29 02:45:21 +03:00
parent 5465eb31c1
commit 6419098851
7 changed files with 34 additions and 15 deletions

View file

@ -82,4 +82,5 @@ public:
void setHIDSharedMem(u8* ptr) { hid.setSharedMem(ptr); }
void signalDSPEvents() { dsp.signalEvents(); }
void updateInputs() { hid.updateInputs(); }
};