Disable compute shaders on mali

This will need to be debugged properly at some point but its fine for now.
This commit is contained in:
Billy Laws
2022-11-19 20:20:27 +00:00
parent d69c6851f3
commit a16383fd4b
3 changed files with 5 additions and 0 deletions

View File

@ -239,6 +239,7 @@ namespace skyline::gpu {
case vk::DriverId::eArmProprietary: {
maxGlobalPriority = vk::QueueGlobalPriorityEXT::eHigh;
brokenComputeShaders = true;
break;
}