From fc18068c94ee7a1c1a122a54f216d380357b4a2d Mon Sep 17 00:00:00 2001 From: arcum42 Date: Sat, 23 Jan 2010 23:52:54 +0000 Subject: [PATCH] Quick Linux fix. git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2501 96395faa-99c1-11dd-bbfe-3dabce05a288 --- pcsx2/Linux/pcsx2.cbp | 3 +-- pcsx2/RecoverySystem.cpp | 2 ++ 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pcsx2/Linux/pcsx2.cbp b/pcsx2/Linux/pcsx2.cbp index 43cc32e28b..eccbd7c936 100644 --- a/pcsx2/Linux/pcsx2.cbp +++ b/pcsx2/Linux/pcsx2.cbp @@ -325,9 +325,7 @@ - - @@ -348,6 +346,7 @@ + diff --git a/pcsx2/RecoverySystem.cpp b/pcsx2/RecoverySystem.cpp index 71cc88a048..21e96729ad 100644 --- a/pcsx2/RecoverySystem.cpp +++ b/pcsx2/RecoverySystem.cpp @@ -24,7 +24,9 @@ class _BaseStateThread; +#ifndef __LINUX__ template EventSource; +#endif static EventSource m_evtsrc_SaveState; // Used to hold the current state backup (fullcopy of PS2 memory and plugin states).