mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-27 17:07:10 +02:00
InitializeCounters to Initialize
This commit is contained in:
parent
bef7658b66
commit
9615dbda45
3 changed files with 3 additions and 3 deletions
|
@ -24,7 +24,7 @@ namespace Ryujinx.Graphics.GAL
|
|||
|
||||
ulong GetCounter(CounterType type);
|
||||
|
||||
void InitializeCounters();
|
||||
void Initialize();
|
||||
|
||||
void ResetCounter(CounterType type);
|
||||
}
|
||||
|
|
|
@ -74,7 +74,7 @@ namespace Ryujinx.Graphics.OpenGL
|
|||
return _counters.GetCounter(type);
|
||||
}
|
||||
|
||||
public void InitializeCounters()
|
||||
public void Initialize()
|
||||
{
|
||||
PrintGpuInformation();
|
||||
|
||||
|
|
|
@ -70,7 +70,7 @@ namespace Ryujinx.Ui
|
|||
{
|
||||
MakeCurrent();
|
||||
|
||||
_renderer.InitializeCounters();
|
||||
_renderer.Initialize();
|
||||
|
||||
Stopwatch chrono = new Stopwatch();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue