mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-10 00:26:27 +02:00
This reverts commit dca5b14493
.
This commit is contained in:
parent
dca5b14493
commit
85faa9d8fa
8 changed files with 36 additions and 120 deletions
|
@ -9,7 +9,6 @@ namespace Ryujinx.Graphics.Vulkan
|
|||
Intel,
|
||||
Nvidia,
|
||||
ARM,
|
||||
Broadcom,
|
||||
Qualcomm,
|
||||
Apple,
|
||||
Unknown
|
||||
|
@ -29,7 +28,6 @@ namespace Ryujinx.Graphics.Vulkan
|
|||
0x106B => Vendor.Apple,
|
||||
0x10DE => Vendor.Nvidia,
|
||||
0x13B5 => Vendor.ARM,
|
||||
0x14E4 => Vendor.Broadcom,
|
||||
0x8086 => Vendor.Intel,
|
||||
0x5143 => Vendor.Qualcomm,
|
||||
_ => Vendor.Unknown
|
||||
|
@ -45,7 +43,6 @@ namespace Ryujinx.Graphics.Vulkan
|
|||
0x106B => "Apple",
|
||||
0x10DE => "NVIDIA",
|
||||
0x13B5 => "ARM",
|
||||
0x14E4 => "Broadcom",
|
||||
0x1AE0 => "Google",
|
||||
0x5143 => "Qualcomm",
|
||||
0x8086 => "Intel",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue