Blind commit. Should fix my last commit.

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2075 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
arcum42 2009-10-25 10:51:38 +00:00
parent 22c76d3ce8
commit f62172410f
2 changed files with 2 additions and 1 deletions

View File

@ -25,7 +25,7 @@ class wxCommandEvent;
#if defined( __GNUC__ ) && (__GNUC__ < 4 ) || ((__GNUC__ == 4) && ( __GNUC_MINOR__ <= 3 )) #if defined( __GNUC__ ) && (__GNUC__ < 4 ) || ((__GNUC__ == 4) && ( __GNUC_MINOR__ <= 3 ))
# define __evt_fastcall # define __evt_fastcall
#else #else
# define __evt_fastcall # define __evt_fastcall _fastcall
#endif #endif
// -------------------------------------------------------------------------------------- // --------------------------------------------------------------------------------------

View File

@ -195,6 +195,7 @@ extern bool SrcLog_CACHE( const char* fmt, ... );
#define VU0_LOG 0&& #define VU0_LOG 0&&
#define COP0_LOG 0&& #define COP0_LOG 0&&
#define VIF_LOG 0&& #define VIF_LOG 0&&
#define VIFUNPACK_LOG 0&&
#define SPR_LOG 0&& #define SPR_LOG 0&&
#define GIF_LOG 0&& #define GIF_LOG 0&&
#define SIF_LOG 0&& #define SIF_LOG 0&&