mirror of https://github.com/PCSX2/pcsx2.git
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:
parent
22c76d3ce8
commit
f62172410f
|
@ -25,7 +25,7 @@ class wxCommandEvent;
|
|||
#if defined( __GNUC__ ) && (__GNUC__ < 4 ) || ((__GNUC__ == 4) && ( __GNUC_MINOR__ <= 3 ))
|
||||
# define __evt_fastcall
|
||||
#else
|
||||
# define __evt_fastcall
|
||||
# define __evt_fastcall _fastcall
|
||||
#endif
|
||||
|
||||
// --------------------------------------------------------------------------------------
|
||||
|
|
|
@ -195,6 +195,7 @@ extern bool SrcLog_CACHE( const char* fmt, ... );
|
|||
#define VU0_LOG 0&&
|
||||
#define COP0_LOG 0&&
|
||||
#define VIF_LOG 0&&
|
||||
#define VIFUNPACK_LOG 0&&
|
||||
#define SPR_LOG 0&&
|
||||
#define GIF_LOG 0&&
|
||||
#define SIF_LOG 0&&
|
||||
|
|
Loading…
Reference in New Issue