From d709771d67d9405edaa215d25af2d521cdb1983b Mon Sep 17 00:00:00 2001 From: MaranBr Date: Fri, 29 Aug 2025 00:07:21 +0200 Subject: [PATCH] [core] Unsafe toggles cannot be changed at runtime (#344) Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/344 Reviewed-by: CamilleLaVey Reviewed-by: crueter Co-authored-by: MaranBr Co-committed-by: MaranBr --- src/common/settings.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/common/settings.h b/src/common/settings.h index ce845b31f5..64545d10ff 100644 --- a/src/common/settings.h +++ b/src/common/settings.h @@ -307,10 +307,7 @@ struct Values { true, #endif "cpuopt_unsafe_host_mmu", - Category::CpuUnsafe, - Specialization::Default, - true, - true}; + Category::CpuUnsafe}; SwitchableSetting cpuopt_unsafe_unfuse_fma{linkage, true, "cpuopt_unsafe_unfuse_fma", Category::CpuUnsafe}; SwitchableSetting cpuopt_unsafe_reduce_fp_error{