From e0f7daf292db65d8aa492b6bc29ad245a9f83a2d Mon Sep 17 00:00:00 2001 From: Nicolas James Date: Sun, 15 Feb 2026 12:52:19 +1100 Subject: Implement anti lag 1 / whatever nvidia reflex equivalent is --- src/device_context.hh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/device_context.hh') diff --git a/src/device_context.hh b/src/device_context.hh index c08cec2..8a86cfb 100644 --- a/src/device_context.hh +++ b/src/device_context.hh @@ -36,7 +36,8 @@ struct DeviceContext final : public Context { struct Clock { public: - using time_point_t = std::chrono::steady_clock::time_point; + using time_point_t = std::chrono::time_point; const DeviceContext& device; public: -- cgit v1.2.3