[HID] Implement events
This commit is contained in:
@@ -41,12 +41,6 @@ namespace KernelHandles {
|
||||
|
||||
MinSharedMemHandle = GSPSharedMemHandle,
|
||||
MaxSharedMemHandle = HIDSharedMemHandle,
|
||||
|
||||
HIDEvent0,
|
||||
HIDEvent1,
|
||||
HIDEvent2,
|
||||
HIDEvent3,
|
||||
HIDEvent4
|
||||
};
|
||||
|
||||
// Returns whether "handle" belongs to one of the OS services
|
||||
|
||||
@@ -198,4 +198,5 @@ public:
|
||||
|
||||
void sendGPUInterrupt(GPUInterrupt type) { serviceManager.requestGPUInterrupt(type); }
|
||||
void signalDSPEvents() { serviceManager.signalDSPEvents(); }
|
||||
void updateInputs() { serviceManager.updateInputs(); }
|
||||
};
|
||||
Reference in New Issue
Block a user