Ensure render scale is initialized to 1 on the backend (#2543)

This commit is contained in:
gdkchan 2021-08-11 19:44:41 -03:00 committed by GitHub
parent 3148c0c21c
commit 0ba4ade8f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 9 deletions

View file

@ -144,6 +144,7 @@ namespace Ryujinx.Graphics.OpenGL
GL.Arb.MaxShaderCompilerThreads(Math.Min(Environment.ProcessorCount, 8));
}
_pipeline.Initialize();
_counters.Initialize();
}