diff options
| author | 2019-06-17 15:27:42 -0400 | |
|---|---|---|
| committer | 2019-07-05 15:49:29 -0400 | |
| commit | 0335a25d1fcca5328ef79b3c62edb679df63ffba (patch) | |
| tree | 0eec4de7bba608839dfad8ee0501caa1d21cc009 /src/video_core/gpu.h | |
| parent | NVServices: Correct CtrlEventWaitSync to block the ipc until timeout. (diff) | |
| download | yuzu-0335a25d1fcca5328ef79b3c62edb679df63ffba.tar.gz yuzu-0335a25d1fcca5328ef79b3c62edb679df63ffba.tar.xz yuzu-0335a25d1fcca5328ef79b3c62edb679df63ffba.zip | |
NVServices: Make NVEvents Automatic according to documentation.
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 9bd618941..94afc91f8 100644 --- a/src/video_core/gpu.h +++ b/src/video_core/gpu.h | |||
| @@ -174,7 +174,7 @@ public: | |||
| 174 | 174 | ||
| 175 | void RegisterSyncptInterrupt(const u32 syncpoint_id, const u32 value); | 175 | void RegisterSyncptInterrupt(const u32 syncpoint_id, const u32 value); |
| 176 | 176 | ||
| 177 | void CancelSyncptInterrupt(const u32 syncpoint_id, const u32 value); | 177 | bool CancelSyncptInterrupt(const u32 syncpoint_id, const u32 value); |
| 178 | 178 | ||
| 179 | void Guard(bool guard_set) { | 179 | void Guard(bool guard_set) { |
| 180 | if (guard_set) { | 180 | if (guard_set) { |