diff options
Diffstat (limited to 'src/core/hardware_interrupt_manager.h')
| -rw-r--r-- | src/core/hardware_interrupt_manager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hardware_interrupt_manager.h b/src/core/hardware_interrupt_manager.h index fc565c88b..590392f75 100644 --- a/src/core/hardware_interrupt_manager.h +++ b/src/core/hardware_interrupt_manager.h | |||
| @@ -14,7 +14,7 @@ public: | |||
| 14 | InterruptManager(Core::System& system); | 14 | InterruptManager(Core::System& system); |
| 15 | ~InterruptManager() = default; | 15 | ~InterruptManager() = default; |
| 16 | 16 | ||
| 17 | void InterruptGPU(const u32 event_index); | 17 | void GPUInterruptSyncpt(const u32 syncpoint_id, const u32 value); |
| 18 | 18 | ||
| 19 | private: | 19 | private: |
| 20 | Core::System& system; | 20 | Core::System& system; |