diff --git a/pcsx2/DebugTools/Debug.h b/pcsx2/DebugTools/Debug.h index 95aed6fe99..1e42cea714 100644 --- a/pcsx2/DebugTools/Debug.h +++ b/pcsx2/DebugTools/Debug.h @@ -71,6 +71,7 @@ namespace R3000A extern char* disR3000AF(u32 code, u32 pc); } +extern bool enableLogging; #ifdef PCSX2_DEVBUILD extern u32 varLog; diff --git a/pcsx2/SourceLog.cpp b/pcsx2/SourceLog.cpp index 29a42795ed..1a51490e9a 100644 --- a/pcsx2/SourceLog.cpp +++ b/pcsx2/SourceLog.cpp @@ -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 diff --git a/pcsx2/System.h b/pcsx2/System.h index 1c51e8352b..80c7516749 100644 --- a/pcsx2/System.h +++ b/pcsx2/System.h @@ -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,