diff options
| author | gdk <gab.dark.100@gmail.com> | 2019-11-21 23:46:14 -0300 |
|---|---|---|
| committer | Thog <thog@protonmail.com> | 2020-01-09 02:13:00 +0100 |
| commit | 2437ccca0e82b8b2a99d8632acf28ca0cc14c523 (patch) | |
| tree | fff04c08f5812b602378f352650144736983497a /Ryujinx.Graphics.Gpu/Engine/MethodResetCounter.cs | |
| parent | 3ca675223a495f7d0a9d2130b8d88d9c5c79747e (diff) | |
Separate sub-channel state
Diffstat (limited to 'Ryujinx.Graphics.Gpu/Engine/MethodResetCounter.cs')
| -rw-r--r-- | Ryujinx.Graphics.Gpu/Engine/MethodResetCounter.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx.Graphics.Gpu/Engine/MethodResetCounter.cs b/Ryujinx.Graphics.Gpu/Engine/MethodResetCounter.cs index 12a87845..574eb5c8 100644 --- a/Ryujinx.Graphics.Gpu/Engine/MethodResetCounter.cs +++ b/Ryujinx.Graphics.Gpu/Engine/MethodResetCounter.cs @@ -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; |
