From 8de0e49af9740c72e665e7fa3ad95be7711db117 Mon Sep 17 00:00:00 2001 From: FaithBeam <32502411+FaithBeam@users.noreply.github.com> Date: Tue, 21 Mar 2023 15:31:15 -0400 Subject: [PATCH] Update Sims1WidescreenPatcher.Core/Services/DDrawCompatSettingsService.cs --- .../Services/DDrawCompatSettingsService.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Sims1WidescreenPatcher.Core/Services/DDrawCompatSettingsService.cs b/Sims1WidescreenPatcher.Core/Services/DDrawCompatSettingsService.cs index c630755..9e47f00 100644 --- a/Sims1WidescreenPatcher.Core/Services/DDrawCompatSettingsService.cs +++ b/Sims1WidescreenPatcher.Core/Services/DDrawCompatSettingsService.cs @@ -28,7 +28,6 @@ public static async Task CreateDDrawCompatSettingsFile(string pathToSimsExe, par } } await sw.WriteLineAsync("CPUAffinity=all"); // the default was changed to 1 in 0.4.0 which was a culprit for the major issues, crashes, and lag - await sw.WriteLineAsync("ResolutionScale=display(1)"); // enables full-res Sims on supported hardware await sw.WriteLineAsync("DisplayRefreshRate=desktop"); // removes erroneous lock to 60fps on higher-than-60hz displays when vsync is enabled await sw.WriteLineAsync("AltTabFix=keepvidmem"); // fixes crashes/bugs when using Alt+Tab }