mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-12-06 07:12:28 +01:00
vk: Don't panic on encountering the exotic mesa drivers
This commit is contained in:
parent
c8c845a659
commit
2c03878c3b
|
|
@ -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…
Reference in a new issue