diff options
Diffstat (limited to 'libpcsxcore/debug.h')
| -rw-r--r-- | libpcsxcore/debug.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/libpcsxcore/debug.h b/libpcsxcore/debug.h index 2e073721..808c8de0 100644 --- a/libpcsxcore/debug.h +++ b/libpcsxcore/debug.h @@ -39,11 +39,8 @@ extern char *disRNameCP0[]; char* disR3000AF(u32 code, u32 pc); -FILE *emuLog; - /* * Specficies which logs should be activated. - * Ryan TODO: These should ALL be definable with configure flags. */ //#define LOG_STDOUT @@ -65,4 +62,4 @@ FILE *emuLog; #define EMU_LOG __Log #endif -#endif /* __DEBUG_H__ */ +#endif |
