diff options
Diffstat (limited to 'Ryujinx.Graphics.GAL/IRenderer.cs')
| -rw-r--r-- | Ryujinx.Graphics.GAL/IRenderer.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx.Graphics.GAL/IRenderer.cs b/Ryujinx.Graphics.GAL/IRenderer.cs index 4f3ef6d1..1139ba06 100644 --- a/Ryujinx.Graphics.GAL/IRenderer.cs +++ b/Ryujinx.Graphics.GAL/IRenderer.cs @@ -24,7 +24,7 @@ namespace Ryujinx.Graphics.GAL ulong GetCounter(CounterType type); - void InitializeCounters(); + void Initialize(); void ResetCounter(CounterType type); } |
