[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>
This commit is contained in:
PavelBARABANOV
2026-01-27 19:30:50 +01:00
committed by crueter
parent 998460b78b
commit 0d996e1df9

View File

@@ -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,