diff options
Diffstat (limited to 'backends/plugins')
| -rw-r--r-- | backends/plugins/arm-loader.cpp | 2 | ||||
| -rw-r--r-- | backends/plugins/mips-loader.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/backends/plugins/arm-loader.cpp b/backends/plugins/arm-loader.cpp index d8ed083962..916516aed9 100644 --- a/backends/plugins/arm-loader.cpp +++ b/backends/plugins/arm-loader.cpp @@ -30,7 +30,7 @@ #include "dsmain.h" #include "arm-loader.h" -#define __DEBUG_PLUGINS__ +//#define __DEBUG_PLUGINS__ #ifdef __DEBUG_PLUGINS__ #define DBG(x,...) consolePrintf(x, ## __VA_ARGS__) diff --git a/backends/plugins/mips-loader.cpp b/backends/plugins/mips-loader.cpp index 7b59a2cffa..dfa2765cfa 100644 --- a/backends/plugins/mips-loader.cpp +++ b/backends/plugins/mips-loader.cpp @@ -27,7 +27,7 @@ #include "mips-loader.h" -#define __DEBUG_PLUGINS__ +//#define __DEBUG_PLUGINS__ #ifdef __DEBUG_PLUGINS__ #define DBG(x,...) printf(x, ## __VA_ARGS__) |
