Settings: Disable gpu_force_video_timing in hardcore mode

pull/3794/head
Stenzek 3 weeks ago
parent f1d54ab743
commit ec81e45b29
No known key found for this signature in database

@ -1195,6 +1195,7 @@ void Settings::ApplySettingRestrictions()
emulation_speed = (emulation_speed != 0.0f) ? std::max(emulation_speed, 1.0f) : 0.0f;
fast_forward_speed = (fast_forward_speed != 0.0f) ? std::max(fast_forward_speed, 1.0f) : 0.0f;
turbo_speed = (turbo_speed != 0.0f) ? std::max(turbo_speed, 1.0f) : 0.0f;
gpu_force_video_timing = ForceVideoTimingMode::Disabled;
rewind_enable = false;
if (cpu_overclock_enable && GetCPUOverclockPercent() < 100)
{

Loading…
Cancel
Save