Skip to content

Commit

Permalink
Qt: Log graphics driver info on startup
Browse files Browse the repository at this point in the history
  • Loading branch information
stenzek authored and lightningterror committed Mar 8, 2022
1 parent 74bbccd commit 237b975
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pcsx2-qt/EmuThread.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -632,6 +632,9 @@ HostDisplay* EmuThread::acquireHostDisplay(HostDisplay::RenderAPI api)

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();
}

Expand Down

0 comments on commit 237b975

Please sign in to comment.