aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.OpenGL/Renderer.cs
diff options
context:
space:
mode:
authorAc_K <Acoustik666@gmail.com>2020-01-10 01:40:55 +0100
committerThog <thog@protonmail.com>2020-01-10 02:17:34 +0100
commitd8eab24b8b2007ece65256b6f869b7a7c89be875 (patch)
tree377d9a8b197f8b4da5c77c0daae51ebadc4ba7a8 /Ryujinx.Graphics.OpenGL/Renderer.cs
parent87b52ad7d88b17dfac3d54138932b338abf8a78b (diff)
PrintGpuInformation
Diffstat (limited to 'Ryujinx.Graphics.OpenGL/Renderer.cs')
-rw-r--r--Ryujinx.Graphics.OpenGL/Renderer.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Ryujinx.Graphics.OpenGL/Renderer.cs b/Ryujinx.Graphics.OpenGL/Renderer.cs
index f30587c9..52f7d398 100644
--- a/Ryujinx.Graphics.OpenGL/Renderer.cs
+++ b/Ryujinx.Graphics.OpenGL/Renderer.cs
@@ -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);