mirror of https://github.com/PCSX2/pcsx2.git
Fix Windows again.
git-svn-id: http://pcsx2-playground.googlecode.com/svn/trunk@690 a6443dda-0b58-4228-96e9-037be469359c
This commit is contained in:
parent
1de54165b5
commit
3fcb3a4143
|
@ -22,6 +22,7 @@
|
|||
#include "RDebug/deci2.h"
|
||||
#else
|
||||
#include <sys/time.h>
|
||||
#include "DebugTools/Debug.h"
|
||||
#endif
|
||||
|
||||
#include <cstdarg>
|
||||
|
@ -34,9 +35,9 @@
|
|||
using namespace R5900;
|
||||
|
||||
FILE *emuLog;
|
||||
u32 varLog;
|
||||
|
||||
#ifdef PCSX2_DEVBUILD
|
||||
u32 varLog;
|
||||
|
||||
// these used by the depreciated _old_Log only
|
||||
u16 logProtocol;
|
||||
|
|
Loading…
Reference in New Issue