mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-07 22:48:36 +00:00
PrintGpuInformation
This commit is contained in:
parent
87b52ad7d8
commit
d8eab24b8b
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue