diff options
Diffstat (limited to 'src/device_context.hh')
| -rw-r--r-- | src/device_context.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/device_context.hh b/src/device_context.hh index 37817d5..b4a337b 100644 --- a/src/device_context.hh +++ b/src/device_context.hh @@ -53,9 +53,9 @@ struct DeviceContext final : public Context { void calibrate(); time_point_t ticks_to_time(const std::uint64_t& ticks) const; }; - Clock clock; + std::unique_ptr<Clock> clock; - std::uint32_t antilag_fps = 0; + std::uint32_t antilag_fps = 0; // TODO VkAntiLagModeAMD antilag_mode = VK_ANTI_LAG_MODE_DRIVER_CONTROL_AMD; // The queue used in the last present. |
