diff options
Diffstat (limited to 'src/video_core/gpu.h')
| -rw-r--r-- | src/video_core/gpu.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/video_core/gpu.h b/src/video_core/gpu.h index c3e5311fa..4805a5fbc 100644 --- a/src/video_core/gpu.h +++ b/src/video_core/gpu.h | |||
| @@ -171,7 +171,9 @@ public: | |||
| 171 | 171 | ||
| 172 | u32 GetSyncpointValue(const u32 syncpoint_id) const; | 172 | u32 GetSyncpointValue(const u32 syncpoint_id) const; |
| 173 | 173 | ||
| 174 | void RegisterEvent(const u32 event_id, const u32 sync_point_id, const u32 value); | 174 | void RegisterEvent(const u32 event_id, const u32 syncpoint_id, const u32 value); |
| 175 | |||
| 176 | void CancelEvent(const u32 event_id, const u32 syncpoint_id, const u32 value); | ||
| 175 | 177 | ||
| 176 | /// Returns a const reference to the GPU DMA pusher. | 178 | /// Returns a const reference to the GPU DMA pusher. |
| 177 | const Tegra::DmaPusher& DmaPusher() const; | 179 | const Tegra::DmaPusher& DmaPusher() const; |