Separate sub-channel state

This commit is contained in:
gdk
2020-01-09 02:13:00 +01:00
committed by Thog
parent 3ca675223a
commit 2437ccca0e
15 changed files with 213 additions and 198 deletions
@@ -5,7 +5,7 @@ namespace Ryujinx.Graphics.Gpu.Engine
{
partial class Methods
{
private void ResetCounter(int argument)
private void ResetCounter(GpuState state, int argument)
{
ResetCounterType type = (ResetCounterType)argument;