mirror of https://github.com/PCSX2/pcsx2.git
Qt: Log graphics driver info on startup
This commit is contained in:
parent
74bbccdf59
commit
237b9754c6
|
@ -632,6 +632,9 @@ HostDisplay* EmuThread::acquireHostDisplay(HostDisplay::RenderAPI api)
|
||||||
|
|
||||||
g_gs_window_info = s_host_display->GetWindowInfo();
|
g_gs_window_info = s_host_display->GetWindowInfo();
|
||||||
|
|
||||||
|
Console.WriteLn(Color_StrongGreen, "%s Graphics Driver Info:", HostDisplay::RenderAPIToString(s_host_display->GetRenderAPI()));
|
||||||
|
Console.Indent().WriteLn(s_host_display->GetDriverInfo());
|
||||||
|
|
||||||
return s_host_display.get();
|
return s_host_display.get();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue