mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 23:45:46 +00:00
Merge pull request #9552 from liamwhite/turbo
vulkan: implement 'turbo mode' clock booster
This commit is contained in:
commit
020dbcdbc7
15 changed files with 303 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue