From 00f0aa9dd51392729a6f1d537231dd8cf32c3b15 Mon Sep 17 00:00:00 2001 From: lizzie Date: Thu, 20 Nov 2025 02:09:47 +0000 Subject: [PATCH] nowarn --- src/video_core/renderer_vulkan/maxwell_to_vk.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/video_core/renderer_vulkan/maxwell_to_vk.cpp b/src/video_core/renderer_vulkan/maxwell_to_vk.cpp index 408a7b83e2..c2329de2e5 100644 --- a/src/video_core/renderer_vulkan/maxwell_to_vk.cpp +++ b/src/video_core/renderer_vulkan/maxwell_to_vk.cpp @@ -237,7 +237,7 @@ FormatInfo SurfaceFormat(const Device& device, FormatType format_type, bool with #undef SURFACE_FORMAT_ELEM #undef SURFACE_FORMAT_LIST } - LOG_WARNING(Frontend, "FORMAT {}", pixel_format); + //LOG_WARNING(Frontend, "FORMAT {}", pixel_format); bool const is_srgb = with_srgb && VideoCore::Surface::IsPixelFormatSRGB(pixel_format); // Transcode on hardware that doesn't support ASTC natively if (!device.IsOptimalAstcSupported() && VideoCore::Surface::IsPixelFormatASTC(pixel_format)) {