diff options
| author | 2021-11-01 00:51:29 +0100 | |
|---|---|---|
| committer | 2022-10-06 21:00:51 +0200 | |
| commit | 39a5ce4e696716e48bdd1c980abc792827c68184 (patch) | |
| tree | 9db2419586537a30374a86e99402e2eeced4cd20 /src/video_core/gpu.h | |
| parent | NvHost: Try a different approach to blocking. (diff) | |
| download | yuzu-39a5ce4e696716e48bdd1c980abc792827c68184.tar.gz yuzu-39a5ce4e696716e48bdd1c980abc792827c68184.tar.xz yuzu-39a5ce4e696716e48bdd1c980abc792827c68184.zip | |
NvHost: Remake Ctrl Implementation.
Diffstat (limited to 'src/video_core/gpu.h')
| -rw-r--r-- | src/video_core/gpu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/gpu.h b/src/video_core/gpu.h index b939ba315..42c91954f 100644 --- a/src/video_core/gpu.h +++ b/src/video_core/gpu.h | |||
| @@ -201,7 +201,7 @@ public: | |||
| 201 | 201 | ||
| 202 | void RegisterSyncptInterrupt(u32 syncpoint_id, u32 value); | 202 | void RegisterSyncptInterrupt(u32 syncpoint_id, u32 value); |
| 203 | 203 | ||
| 204 | [[nodiscard]] bool CancelSyncptInterrupt(u32 syncpoint_id, u32 value); | 204 | bool CancelSyncptInterrupt(u32 syncpoint_id, u32 value); |
| 205 | 205 | ||
| 206 | [[nodiscard]] u64 GetTicks() const; | 206 | [[nodiscard]] u64 GetTicks() const; |
| 207 | 207 | ||