Skip to content

Commit

Permalink
Wx: 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 062d625 commit 74bbccd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pcsx2/gui/AppHost.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,9 @@ HostDisplay* Host::AcquireHostDisplay(HostDisplay::RenderAPI api)
return nullptr;
}

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 74bbccd

Please sign in to comment.