[HID] Implement events
This commit is contained in:
@@ -82,4 +82,5 @@ public:
|
||||
void setHIDSharedMem(u8* ptr) { hid.setSharedMem(ptr); }
|
||||
|
||||
void signalDSPEvents() { dsp.signalEvents(); }
|
||||
void updateInputs() { hid.updateInputs(); }
|
||||
};
|
||||
Reference in New Issue
Block a user