mirror of https://github.com/PCSX2/pcsx2.git
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:
parent
b44d1590ca
commit
c2d3f78ee1
|
@ -71,6 +71,7 @@ namespace R3000A
|
||||||
extern char* disR3000AF(u32 code, u32 pc);
|
extern char* disR3000AF(u32 code, u32 pc);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
extern bool enableLogging;
|
||||||
#ifdef PCSX2_DEVBUILD
|
#ifdef PCSX2_DEVBUILD
|
||||||
|
|
||||||
extern u32 varLog;
|
extern u32 varLog;
|
||||||
|
|
|
@ -38,13 +38,13 @@ FILE *emuLog;
|
||||||
|
|
||||||
#ifdef PCSX2_DEVBUILD
|
#ifdef PCSX2_DEVBUILD
|
||||||
u32 varLog;
|
u32 varLog;
|
||||||
bool enableLogging = TRUE;
|
|
||||||
|
|
||||||
// these used by the depreciated _old_Log only
|
// these used by the depreciated _old_Log only
|
||||||
u16 logProtocol;
|
u16 logProtocol;
|
||||||
u8 logSource;
|
u8 logSource;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
bool enableLogging = TRUE;
|
||||||
int connected=0;
|
int connected=0;
|
||||||
|
|
||||||
#define SYNC_LOGGING
|
#define SYNC_LOGGING
|
||||||
|
|
|
@ -28,7 +28,6 @@
|
||||||
#include "Misc.h"
|
#include "Misc.h"
|
||||||
#include "Threading.h" // to use threading stuff, include the Threading namespace in your file.
|
#include "Threading.h" // to use threading stuff, include the Threading namespace in your file.
|
||||||
|
|
||||||
|
|
||||||
enum PageProtectionMode
|
enum PageProtectionMode
|
||||||
{
|
{
|
||||||
Protect_NoAccess = 0,
|
Protect_NoAccess = 0,
|
||||||
|
|
Loading…
Reference in New Issue