Compare commits

...

1 Commits

Author SHA1 Message Date
yzct12345
d203b24da0 vulkan_device: Disable CollectToolingInfo 2021-08-11 07:26:29 +00:00

View File

@@ -1161,7 +1161,8 @@ void Device::CollectPhysicalMemoryInfo() {
}
void Device::CollectToolingInfo() {
if (!ext_tooling_info) {
if (!ext_tooling_info || true) {
// Disabled to work around https://github.com/yuzu-emu/yuzu/issues/6835
return;
}
const auto vkGetPhysicalDeviceToolPropertiesEXT =