diff --git a/src/video_core/debug_utils/debug_utils.h b/src/video_core/debug_utils/debug_utils.h index 9bfa24951..c865a9e80 100644 --- a/src/video_core/debug_utils/debug_utils.h +++ b/src/video_core/debug_utils/debug_utils.h @@ -181,7 +181,6 @@ extern std::shared_ptr g_debug_context; // TODO: Get rid of this g namespace DebugUtils { -#define PICA_DUMP_TEXTURES 0 #define PICA_LOG_TEV 0 void DumpShader(const std::string& filename, const ShaderRegs& config,