mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 11:36:13 +00:00
vk: Don't panic on encountering the exotic mesa drivers
This commit is contained in:
parent
c8c845a659
commit
2c03878c3b
1 changed files with 2 additions and 0 deletions
|
@ -186,6 +186,8 @@ namespace vk
|
|||
case driver_vendor::NVIDIA:
|
||||
case driver_vendor::INTEL:
|
||||
case driver_vendor::MVK:
|
||||
case driver_vendor::DOZEN:
|
||||
case driver_vendor::LAVAPIPE:
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue