Browse Source
enable Fast GPU Time by default
Signed-off-by: crueter <crueter@eden-emu.dev>
pull/36/head
crueter
8 months ago
No known key found for this signature in database
GPG Key ID: 425ACD2D4830EBC6
1 changed files with
1 additions and
1 deletions
-
src/common/settings.h
|
|
@ -477,7 +477,7 @@ struct Values { |
|
|
SwitchableSetting<bool> use_asynchronous_shaders{linkage, false, "use_asynchronous_shaders", |
|
|
SwitchableSetting<bool> use_asynchronous_shaders{linkage, false, "use_asynchronous_shaders", |
|
|
Category::RendererAdvanced}; |
|
|
Category::RendererAdvanced}; |
|
|
SwitchableSetting<bool> use_fast_gpu_time{linkage, |
|
|
SwitchableSetting<bool> use_fast_gpu_time{linkage, |
|
|
false, |
|
|
|
|
|
|
|
|
true, |
|
|
"use_fast_gpu_time", |
|
|
"use_fast_gpu_time", |
|
|
Category::RendererAdvanced, |
|
|
Category::RendererAdvanced, |
|
|
Specialization::Paired, |
|
|
Specialization::Paired, |
|
|
|