aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.GAL
diff options
context:
space:
mode:
authorAc_K <Acoustik666@gmail.com>2020-01-10 01:41:49 +0100
committerThog <thog@protonmail.com>2020-01-10 02:17:34 +0100
commit021ed3f44e417077aa460947c26e9220ac5ca5e1 (patch)
tree5b7563c1cc2f0bc56941c2eb57f69c67ff2c311e /Ryujinx.Graphics.GAL
parentd8eab24b8b2007ece65256b6f869b7a7c89be875 (diff)
InitializeCounters to Initialize
Diffstat (limited to 'Ryujinx.Graphics.GAL')
-rw-r--r--Ryujinx.Graphics.GAL/IRenderer.cs2
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);
}