diff options
Diffstat (limited to 'src/video_core/shader_notify.h')
| -rw-r--r-- | src/video_core/shader_notify.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/shader_notify.h b/src/video_core/shader_notify.h index ad363bfb5..4d8d52071 100644 --- a/src/video_core/shader_notify.h +++ b/src/video_core/shader_notify.h | |||
| @@ -28,6 +28,6 @@ private: | |||
| 28 | 28 | ||
| 29 | bool completed{}; | 29 | bool completed{}; |
| 30 | int num_when_completed{}; | 30 | int num_when_completed{}; |
| 31 | std::chrono::high_resolution_clock::time_point complete_time; | 31 | std::chrono::steady_clock::time_point complete_time; |
| 32 | }; | 32 | }; |
| 33 | } // namespace VideoCore | 33 | } // namespace VideoCore |