mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2024-11-27 08:50:44 +00:00
InitializeCounters to Initialize
This commit is contained in:
parent
d8eab24b8b
commit
021ed3f44e
@ -24,7 +24,7 @@ namespace Ryujinx.Graphics.GAL
|
|||||||
|
|
||||||
ulong GetCounter(CounterType type);
|
ulong GetCounter(CounterType type);
|
||||||
|
|
||||||
void InitializeCounters();
|
void Initialize();
|
||||||
|
|
||||||
void ResetCounter(CounterType type);
|
void ResetCounter(CounterType type);
|
||||||
}
|
}
|
||||||
|
@ -74,7 +74,7 @@ namespace Ryujinx.Graphics.OpenGL
|
|||||||
return _counters.GetCounter(type);
|
return _counters.GetCounter(type);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void InitializeCounters()
|
public void Initialize()
|
||||||
{
|
{
|
||||||
PrintGpuInformation();
|
PrintGpuInformation();
|
||||||
|
|
||||||
|
@ -70,7 +70,7 @@ namespace Ryujinx.Ui
|
|||||||
{
|
{
|
||||||
MakeCurrent();
|
MakeCurrent();
|
||||||
|
|
||||||
_renderer.InitializeCounters();
|
_renderer.Initialize();
|
||||||
|
|
||||||
Stopwatch chrono = new Stopwatch();
|
Stopwatch chrono = new Stopwatch();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user