From 2d5a9a02425951f4efed764d135be96867eb532f Mon Sep 17 00:00:00 2001 From: "SND\\weimingzhi_cp" Date: Fri, 7 May 2010 04:31:29 +0000 Subject: preparing for refactor/cleanup, moved all definations into .c files, other minor cleanups. (Breaks Mac OS X and maybe windows as well for now, will fix later.) git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47542 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- libpcsxcore/debug.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'libpcsxcore/debug.h') 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 -- cgit v1.2.3