mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-26 15:49:57 -06:00
Ensure render scale is initialized to 1 on the backend (#2543)
This commit is contained in:
@ -144,6 +144,7 @@ namespace Ryujinx.Graphics.OpenGL
|
||||
GL.Arb.MaxShaderCompilerThreads(Math.Min(Environment.ProcessorCount, 8));
|
||||
}
|
||||
|
||||
_pipeline.Initialize();
|
||||
_counters.Initialize();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user