From 0ff0ac9d242b4f8c64a06f6011c5f701eb83ad76 Mon Sep 17 00:00:00 2001 From: HorrorTroll Date: Sun, 22 Mar 2020 09:59:53 +0700 Subject: [PATCH] Nit. --- Ryujinx.Graphics.OpenGL/Renderer.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Ryujinx.Graphics.OpenGL/Renderer.cs b/Ryujinx.Graphics.OpenGL/Renderer.cs index 8c6293afdd..6ff3c36c72 100644 --- a/Ryujinx.Graphics.OpenGL/Renderer.cs +++ b/Ryujinx.Graphics.OpenGL/Renderer.cs @@ -79,8 +79,6 @@ namespace Ryujinx.Graphics.OpenGL { PrintGpuInformation(); - - _counters.Initialize(); }