mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-04 08:22:32 +00:00
vk_instance: Re-enable getToolPropertiesEXT on AMD proprietary.
This commit is contained in:
parent
8a793f64bf
commit
293a1de2a5
@ -537,10 +537,6 @@ void Instance::CollectDeviceParameters() {
|
||||
}
|
||||
|
||||
void Instance::CollectToolingInfo() {
|
||||
if (GetDriverID() == vk::DriverId::eAmdProprietary) {
|
||||
// Currently causes issues with Reshade on AMD proprietary, disabled until fix released.
|
||||
return;
|
||||
}
|
||||
const auto [tools_result, tools] = physical_device.getToolPropertiesEXT();
|
||||
if (tools_result != vk::Result::eSuccess) {
|
||||
LOG_ERROR(Render_Vulkan, "Could not get Vulkan tool properties: {}",
|
||||
|
Loading…
Reference in New Issue
Block a user