diff --git a/src/video_core/vulkan_common/vulkan_device.cpp b/src/video_core/vulkan_common/vulkan_device.cpp index 60acf44019..89cebff46e 100644 --- a/src/video_core/vulkan_common/vulkan_device.cpp +++ b/src/video_core/vulkan_common/vulkan_device.cpp @@ -873,6 +873,7 @@ void Device::ReportLoss() const { s += fmt::format("{:02x} ", vendor_binary_data[i]); s += "\n"; } + LOG_INFO(Render_Vulkan, "{}", s); } // Wait for the log to flush and for Nsight Aftermath to dump the results