spu2x: linux compilation fix

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@4223 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
gregory.hainaut@gmail.com 2011-01-16 12:35:25 +00:00
parent 20b4c25671
commit 351f894fa0
1 changed files with 2 additions and 0 deletions

View File

@ -370,7 +370,9 @@ __forceinline void TimeUpdate(u32 cClocks)
}
// Visual debug display showing all core's activity! Disabled via #define on release builds.
#ifdef __WIN32__
UpdateDebugDialog();
#endif
if( SynchMode == 1 ) // AsyncMix on
SndBuffer::UpdateTempoChangeAsyncMixing();