mirror of https://github.com/PCSX2/pcsx2.git
SPU2-X: Made the message "KeyOn after less than 4 T disregarded" less visible on release builds. It tended to slow games down.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5459 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
3d247da4c2
commit
6050e9bb05
|
@ -308,7 +308,7 @@ void V_Voice::QueueStart()
|
||||||
{
|
{
|
||||||
if (Cycles - PlayCycle < 4)
|
if (Cycles - PlayCycle < 4)
|
||||||
{
|
{
|
||||||
printf(" *** KeyOn after less than 4 T disregarded.\n");
|
ConLog(" *** KeyOn after less than 4 T disregarded.\n");
|
||||||
}
|
}
|
||||||
PlayCycle = Cycles;
|
PlayCycle = Cycles;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue