From 243323a863db8d64234c4cf732151debc244d9dd Mon Sep 17 00:00:00 2001 From: lizzie Date: Sat, 25 Apr 2026 17:48:48 +0000 Subject: [PATCH] fx --- src/video_core/vulkan_common/vulkan_device.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/video_core/vulkan_common/vulkan_device.cpp b/src/video_core/vulkan_common/vulkan_device.cpp index 1f66ca28fb..82360e4395 100644 --- a/src/video_core/vulkan_common/vulkan_device.cpp +++ b/src/video_core/vulkan_common/vulkan_device.cpp @@ -819,6 +819,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