mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-29 10:50:46 -07:00
Dummy out gl queries with 0 draws, remove glFlush call (#1773)
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user