common: add setting for renderer clock workaround

This commit is contained in:
Liam
2023-01-04 20:53:08 -05:00
parent 301e9bbc03
commit a4269c285a
8 changed files with 32 additions and 1 deletions

View File

@ -36,6 +36,7 @@ private:
std::unique_ptr<Ui::ConfigureGraphicsAdvanced> ui;
ConfigurationShared::CheckState renderer_force_max_clock;
ConfigurationShared::CheckState use_vsync;
ConfigurationShared::CheckState use_asynchronous_shaders;
ConfigurationShared::CheckState use_fast_gpu_time;