mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-04-08 18:41:30 -06: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 New Issue
Block a user