Browse Source

[core] Unsafe toggles cannot be changed at runtime (#344)

Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/344
Reviewed-by: CamilleLaVey <camillelavey99@gmail.com>
Reviewed-by: crueter <crueter@eden-emu.dev>
Co-authored-by: MaranBr <maranbr@outlook.com>
Co-committed-by: MaranBr <maranbr@outlook.com>
pull/352/head
MaranBr 4 months ago
committed by crueter
parent
commit
d709771d67
No known key found for this signature in database GPG Key ID: 425ACD2D4830EBC6
  1. 5
      src/common/settings.h

5
src/common/settings.h

@ -307,10 +307,7 @@ struct Values {
true, true,
#endif #endif
"cpuopt_unsafe_host_mmu", "cpuopt_unsafe_host_mmu",
Category::CpuUnsafe,
Specialization::Default,
true,
true};
Category::CpuUnsafe};
SwitchableSetting<bool> cpuopt_unsafe_unfuse_fma{linkage, true, "cpuopt_unsafe_unfuse_fma", SwitchableSetting<bool> cpuopt_unsafe_unfuse_fma{linkage, true, "cpuopt_unsafe_unfuse_fma",
Category::CpuUnsafe}; Category::CpuUnsafe};
SwitchableSetting<bool> cpuopt_unsafe_reduce_fp_error{ SwitchableSetting<bool> cpuopt_unsafe_reduce_fp_error{

Loading…
Cancel
Save