vulkan_device: Disable CollectToolingInfo

This commit is contained in:
yzct12345
2021-08-11 07:26:29 +00:00
committed by GitHub
parent e6b80c2cf8
commit d203b24da0

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 =