mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-24 05:29:01 +02:00
video_core: Add GPU vendor name to window title bar
This commit is contained in:
parent
03da34b330
commit
fb16cbb17e
9 changed files with 75 additions and 10 deletions
|
|
@ -47,6 +47,10 @@ public:
|
|||
return &rasterizer;
|
||||
}
|
||||
|
||||
[[nodiscard]] std::string GetDeviceVendor() const override {
|
||||
return device.GetDriverName();
|
||||
}
|
||||
|
||||
private:
|
||||
void Report() const;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue