diff --git a/Ryujinx.Graphics.OpenGL/Renderer.cs b/Ryujinx.Graphics.OpenGL/Renderer.cs index f30587c911..52f7d398d2 100644 --- a/Ryujinx.Graphics.OpenGL/Renderer.cs +++ b/Ryujinx.Graphics.OpenGL/Renderer.cs @@ -76,12 +76,12 @@ namespace Ryujinx.Graphics.OpenGL public void InitializeCounters() { - GetGpuInformation(); + PrintGpuInformation(); _counters.Initialize(); } - private void GetGpuInformation() + private void PrintGpuInformation() { string gpuVendor = GL.GetString(StringName.Vendor); string gpuRenderer = GL.GetString(StringName.Renderer);