video_core: Add GPU vendor name to window title bar

This commit is contained in:
ameerj 2021-06-20 17:26:55 -04:00
parent 03da34b330
commit fb16cbb17e
9 changed files with 75 additions and 10 deletions

View file

@ -42,6 +42,8 @@ public:
[[nodiscard]] virtual RasterizerInterface* ReadRasterizer() = 0;
[[nodiscard]] virtual std::string GetDeviceVendor() const = 0;
// Getter/setter functions:
// ------------------------