mirror of
https://github.com/RPCSX/rpcsx.git
synced 2025-12-06 07:12:14 +01:00
vk: Fix vendor detection for apple
This commit is contained in:
parent
04c0f309be
commit
82dedb1fbb
|
|
@ -82,6 +82,11 @@ namespace vk
|
|||
return s_AMD_family_tree.find(device_id);
|
||||
}
|
||||
|
||||
if (vendor_id == 0x106B)
|
||||
{
|
||||
return chip_class::MVK_apple;
|
||||
}
|
||||
|
||||
return chip_class::unknown;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue