Skip to content

Commit

Permalink
Disable SSBO for now
Browse files Browse the repository at this point in the history
  • Loading branch information
peppy committed Sep 8, 2023
1 parent cdb003e commit a49c157
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions osu.Desktop/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ public static class Program
[STAThread]
public static void Main(string[] args)
{
// Too many performance issues reported. We're going to have to do more testing before pushing this out.
// See https://github.com/ppy/osu/issues/24751.
Environment.SetEnvironmentVariable("OSU_GRAPHICS_NO_SSBO", "1");

// run Squirrel first, as the app may exit after these run
if (OperatingSystem.IsWindows())
{
Expand Down

0 comments on commit a49c157

Please sign in to comment.