shader_recompiler: Patch SRT walker on segfault (#2991)

* Patch srt walker access violations

* Fix range

* clang-format lolz

* Lower log from warning to debug
This commit is contained in:
Lander Gallastegi
2025-06-09 12:04:21 +02:00
committed by GitHub
parent 046cf50412
commit a71bfb30a2
2 changed files with 64 additions and 0 deletions

View File

@@ -5,6 +5,7 @@
#include <set>
#include "common/singleton.h"
#include "common/types.h"
namespace Core {