mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-01 03:32:07 +00: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 New Issue
Block a user