diff options
Diffstat (limited to 'Ryujinx.Graphics.OpenGL/Renderer.cs')
| -rw-r--r-- | Ryujinx.Graphics.OpenGL/Renderer.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx.Graphics.OpenGL/Renderer.cs b/Ryujinx.Graphics.OpenGL/Renderer.cs index f66acce3..acbc24de 100644 --- a/Ryujinx.Graphics.OpenGL/Renderer.cs +++ b/Ryujinx.Graphics.OpenGL/Renderer.cs @@ -113,7 +113,7 @@ namespace Ryujinx.Graphics.OpenGL public ICounterEvent ReportCounter(CounterType type, EventHandler<ulong> resultHandler) { - return _counters.QueueReport(type, resultHandler); + return _counters.QueueReport(type, resultHandler, _pipeline.DrawCount); } public void Initialize(GraphicsDebugLevel glLogLevel) |
