mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 00:41:26 +12:00
vk: Fix vendor detection for apple
This commit is contained in:
parent
04c0f309be
commit
82dedb1fbb
1 changed files with 5 additions and 0 deletions
|
@ -82,6 +82,11 @@ namespace vk
|
||||||
return s_AMD_family_tree.find(device_id);
|
return s_AMD_family_tree.find(device_id);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (vendor_id == 0x106B)
|
||||||
|
{
|
||||||
|
return chip_class::MVK_apple;
|
||||||
|
}
|
||||||
|
|
||||||
return chip_class::unknown;
|
return chip_class::unknown;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue