Bump enum range to fix unknown opcode logging (#4333)

This commit is contained in:
Stephen Miller 2026-04-28 23:11:41 -05:00 committed by GitHub
parent 76729835d7
commit 475696c542
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,7 +18,7 @@
#include <numbers> #include <numbers>
#define MAGIC_ENUM_RANGE_MIN 0 #define MAGIC_ENUM_RANGE_MIN 0
#define MAGIC_ENUM_RANGE_MAX 1515 #define MAGIC_ENUM_RANGE_MAX 2143
#include <magic_enum/magic_enum.hpp> #include <magic_enum/magic_enum.hpp>
namespace Shader::Gcn { namespace Shader::Gcn {