Patch r891 so the release build builds.

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@892 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
arcum42 2009-04-03 02:43:49 +00:00
parent b44d1590ca
commit c2d3f78ee1
3 changed files with 2 additions and 2 deletions

View File

@ -71,6 +71,7 @@ namespace R3000A
extern char* disR3000AF(u32 code, u32 pc);
}
extern bool enableLogging;
#ifdef PCSX2_DEVBUILD
extern u32 varLog;

View File

@ -38,13 +38,13 @@ FILE *emuLog;
#ifdef PCSX2_DEVBUILD
u32 varLog;
bool enableLogging = TRUE;
// these used by the depreciated _old_Log only
u16 logProtocol;
u8 logSource;
#endif
bool enableLogging = TRUE;
int connected=0;
#define SYNC_LOGGING

View File

@ -28,7 +28,6 @@
#include "Misc.h"
#include "Threading.h" // to use threading stuff, include the Threading namespace in your file.
enum PageProtectionMode
{
Protect_NoAccess = 0,