mirror of https://github.com/PCSX2/pcsx2.git
spu2x: linux compilation fix
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@4223 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
20b4c25671
commit
351f894fa0
|
@ -370,7 +370,9 @@ __forceinline void TimeUpdate(u32 cClocks)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Visual debug display showing all core's activity! Disabled via #define on release builds.
|
// Visual debug display showing all core's activity! Disabled via #define on release builds.
|
||||||
|
#ifdef __WIN32__
|
||||||
UpdateDebugDialog();
|
UpdateDebugDialog();
|
||||||
|
#endif
|
||||||
|
|
||||||
if( SynchMode == 1 ) // AsyncMix on
|
if( SynchMode == 1 ) // AsyncMix on
|
||||||
SndBuffer::UpdateTempoChangeAsyncMixing();
|
SndBuffer::UpdateTempoChangeAsyncMixing();
|
||||||
|
|
Loading…
Reference in New Issue