Browse Source

[common] Return the ability to toggle "Fast GPU Time" during the game (#3393)

Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3393
Co-authored-by: PavelBARABANOV <pavelbarabanov94@gmail.com>
Co-committed-by: PavelBARABANOV <pavelbarabanov94@gmail.com>
pull/3401/head
PavelBARABANOV 1 week ago
committed by crueter
parent
commit
0d996e1df9
No known key found for this signature in database GPG Key ID: 425ACD2D4830EBC6
  1. 4
      src/common/settings.h

4
src/common/settings.h

@ -486,7 +486,9 @@ struct Values {
GpuOverclock::Medium,
"fast_gpu_time",
Category::RendererHacks,
Specialization::Default};
Specialization::Default,
true,
true};
SwitchableSetting<bool> skip_cpu_inner_invalidation{linkage,
false,

Loading…
Cancel
Save