PrintGpuInformation

This commit is contained in:
Ac_K 2020-01-10 01:40:55 +01:00 committed by Thog
parent 87b52ad7d8
commit d8eab24b8b
1 changed files with 2 additions and 2 deletions

View File

@ -76,12 +76,12 @@ namespace Ryujinx.Graphics.OpenGL
public void InitializeCounters()
{
GetGpuInformation();
PrintGpuInformation();
_counters.Initialize();
}
private void GetGpuInformation()
private void PrintGpuInformation()
{
string gpuVendor = GL.GetString(StringName.Vendor);
string gpuRenderer = GL.GetString(StringName.Renderer);