mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-18 22:27:48 +00:00
video_core: Add GPU vendor name to window title bar
This commit is contained in:
parent
ed3e7788a1
commit
59d6951aeb
9 changed files with 75 additions and 10 deletions
|
@ -42,6 +42,8 @@ public:
|
|||
|
||||
[[nodiscard]] virtual RasterizerInterface* ReadRasterizer() = 0;
|
||||
|
||||
[[nodiscard]] virtual std::string GetDeviceVendor() const = 0;
|
||||
|
||||
// Getter/setter functions:
|
||||
// ------------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue