mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-19 02:08:00 -05:00
Merge pull request #6502 from ameerj/vendor-title
main: Add GPU Vendor name to running 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