Separate sub-channel state

This commit is contained in:
gdk 2019-11-21 23:46:14 -03:00 committed by Thog
parent dfb16f19d8
commit c46d0a66d0
15 changed files with 213 additions and 198 deletions

View file

@ -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;