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 }