mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 21:41:26 +12: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::NVIDIA:
|
||||||
case driver_vendor::INTEL:
|
case driver_vendor::INTEL:
|
||||||
case driver_vendor::MVK:
|
case driver_vendor::MVK:
|
||||||
|
case driver_vendor::DOZEN:
|
||||||
|
case driver_vendor::LAVAPIPE:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue