diff options
Diffstat (limited to 'backends/plugins/arm-loader.cpp')
-rw-r--r-- | backends/plugins/arm-loader.cpp | 2 |
1 files changed, 1 insertions, 1 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__) |