mirror of https://github.com/PCSX2/pcsx2.git
Wx: Log graphics driver info on startup
This commit is contained in:
parent
062d625901
commit
74bbccdf59
|
@ -130,6 +130,9 @@ HostDisplay* Host::AcquireHostDisplay(HostDisplay::RenderAPI api)
|
||||||
return nullptr;
|
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();
|
return s_host_display.get();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue