From 077a519338913d05727dc3c44b80b5e30fb4a932 Mon Sep 17 00:00:00 2001 From: James Date: Wed, 7 Mar 2018 09:13:24 +1100 Subject: [PATCH] Remove unused DUMP_TEXTURES definition --- src/video_core/debug_utils/debug_utils.h | 1 - 1 file changed, 1 deletion(-) 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,