From 0d996e1df9884204eba3660afbf6e9741d508cec Mon Sep 17 00:00:00 2001 From: PavelBARABANOV Date: Tue, 27 Jan 2026 19:30:50 +0100 Subject: [PATCH] [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 Co-committed-by: PavelBARABANOV --- src/common/settings.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/common/settings.h b/src/common/settings.h index d94b9f4aa0..d5bf9f7660 100644 --- a/src/common/settings.h +++ b/src/common/settings.h @@ -486,7 +486,9 @@ struct Values { GpuOverclock::Medium, "fast_gpu_time", Category::RendererHacks, - Specialization::Default}; + Specialization::Default, + true, + true}; SwitchableSetting skip_cpu_inner_invalidation{linkage, false,