Skip to content

Commit

Permalink
Update Sims1WidescreenPatcher.Core/Services/DDrawCompatSettingsServic…
Browse files Browse the repository at this point in the history
…e.cs
  • Loading branch information
FaithBeam committed Mar 21, 2023
1 parent 8c12ac6 commit 8de0e49
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -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
}
Expand Down

0 comments on commit 8de0e49

Please sign in to comment.