Properly handle DSP interrupts in HLE
This commit is contained in:
@@ -245,6 +245,5 @@ public:
|
||||
ServiceManager& getServiceManager() { return serviceManager; }
|
||||
|
||||
void sendGPUInterrupt(GPUInterrupt type) { serviceManager.sendGPUInterrupt(type); }
|
||||
void signalDSPEvents() { serviceManager.signalDSPEvents(); }
|
||||
void clearInstructionCache();
|
||||
};
|
||||
Reference in New Issue
Block a user