diff --git a/pcsx2/SourceLog.cpp b/pcsx2/SourceLog.cpp index 0d6d06db1d..949e9ed92a 100644 --- a/pcsx2/SourceLog.cpp +++ b/pcsx2/SourceLog.cpp @@ -35,13 +35,13 @@ using namespace R5900; FILE *emuLog; -//#ifdef PCSX2_DEVBUILD +#ifdef PCSX2_DEVBUILD u32 varLog; // these used by the depreciated _old_Log only u16 logProtocol; u8 logSource; -//#endif +#endif int connected=0;