From 7fcdd9c9e4f231cc52d87e52bd252b6c25098c6a Mon Sep 17 00:00:00 2001 From: CamilleLaVey Date: Tue, 28 Jul 2026 12:17:35 -0400 Subject: [PATCH] Meow --- src/video_core/shader_environment.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/video_core/shader_environment.cpp b/src/video_core/shader_environment.cpp index 5aae6712a0..3ce8bb6247 100644 --- a/src/video_core/shader_environment.cpp +++ b/src/video_core/shader_environment.cpp @@ -285,7 +285,7 @@ Tegra::Texture::TICEntry GenericEnvironment::ReadTextureInfo(GPUVAddr tic_addr, bool via_header_index, u32 raw) { const auto handle{Tegra::Texture::TexturePair(raw, via_header_index)}; if (handle.first > tic_limit) { - LOG_DEBUG(Shader, + LOG_CRITICAL(Shader, "TIC index out of range: raw=0x{:08x} tic_index={} tsc_index={} tic_limit={} " "tic_addr=0x{:x} via_header_index={} stage={} program_base=0x{:x} " "start_address=0x{:x}",