Fixed for ATI vendor
This commit is contained in:
parent
0ff0ac9d24
commit
decc2074d0
1 changed files with 1 additions and 0 deletions
|
@ -329,6 +329,7 @@ namespace Ryujinx.Ui
|
|||
|
||||
if (_renderer.GpuVendor.ToLower().Contains("nvidia")) gpuVendor = "NVIDIA";
|
||||
if (_renderer.GpuVendor.ToLower().Contains("amd")) gpuVendor = "AMD";
|
||||
if (_renderer.GpuVendor.ToLower().Contains("ati")) gpuVendor = "ATI";
|
||||
if (_renderer.GpuVendor.ToLower().Contains("intel")) gpuVendor = "Intel";
|
||||
|
||||
StatusUpdatedEvent?.Invoke(this, new StatusUpdatedEventArgs(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue