InitializeCounters to Initialize

This commit is contained in:
Ac_K 2020-01-10 01:41:49 +01:00 committed by Thog
parent bef7658b66
commit 9615dbda45
3 changed files with 3 additions and 3 deletions

View file

@ -24,7 +24,7 @@ namespace Ryujinx.Graphics.GAL
ulong GetCounter(CounterType type);
void InitializeCounters();
void Initialize();
void ResetCounter(CounterType type);
}