mirror of https://github.com/PCSX2/pcsx2.git
Let's try this instead for appeasing GCC. ;)
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2503 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
54e399ec31
commit
781e7d8d2e
|
@ -24,9 +24,7 @@
|
|||
|
||||
class _BaseStateThread;
|
||||
|
||||
#ifndef __LINUX__
|
||||
template EventSource<IEventListener_SaveStateThread>;
|
||||
#endif
|
||||
template class EventSource<IEventListener_SaveStateThread>;
|
||||
static EventSource<IEventListener_SaveStateThread> m_evtsrc_SaveState;
|
||||
|
||||
// Used to hold the current state backup (fullcopy of PS2 memory and plugin states).
|
||||
|
|
Loading…
Reference in New Issue