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:
ramapcsx2 2012-11-21 12:18:50 +00:00
parent 3d247da4c2
commit 6050e9bb05
1 changed files with 1 additions and 1 deletions

View File

@ -308,7 +308,7 @@ void V_Voice::QueueStart()
{
if (Cycles - PlayCycle < 4)
{
printf(" *** KeyOn after less than 4 T disregarded.\n");
ConLog(" *** KeyOn after less than 4 T disregarded.\n");
}
PlayCycle = Cycles;
}