mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-06 17:22:33 -07:00
video_core: Add GPU vendor name to window title bar
This commit is contained in:
@@ -47,6 +47,10 @@ public:
|
||||
return &rasterizer;
|
||||
}
|
||||
|
||||
[[nodiscard]] std::string GetDeviceVendor() const override {
|
||||
return device.GetDriverName();
|
||||
}
|
||||
|
||||
private:
|
||||
void Report() const;
|
||||
|
||||
|
Reference in New Issue
Block a user