Browse Source

Meow

vk-experiments9
CamilleLaVey 5 days ago
parent
commit
7fcdd9c9e4
  1. 2
      src/video_core/shader_environment.cpp

2
src/video_core/shader_environment.cpp

@ -285,7 +285,7 @@ Tegra::Texture::TICEntry GenericEnvironment::ReadTextureInfo(GPUVAddr tic_addr,
bool via_header_index, u32 raw) { bool via_header_index, u32 raw) {
const auto handle{Tegra::Texture::TexturePair(raw, via_header_index)}; const auto handle{Tegra::Texture::TexturePair(raw, via_header_index)};
if (handle.first > tic_limit) { 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 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} " "tic_addr=0x{:x} via_header_index={} stage={} program_base=0x{:x} "
"start_address=0x{:x}", "start_address=0x{:x}",

Loading…
Cancel
Save