GPU: Correct Interrupts to interrupt on syncpt/value instead of event, mirroring hardware

This commit is contained in:
Fernando Sahmkow 2019-06-12 07:52:49 -04:00 committed by FernandoS27
parent bd05d92c26
commit 604dc3f59b
12 changed files with 45 additions and 48 deletions

View file

@ -14,7 +14,7 @@ public:
InterruptManager(Core::System& system);
~InterruptManager() = default;
void InterruptGPU(const u32 event_index);
void GPUInterruptSyncpt(const u32 syncpoint_id, const u32 value);
private:
Core::System& system;