SPU2-X: Handle INI changes to variable on Conlog

This commit is contained in:
Akash 2015-11-08 10:47:03 +05:30
parent 8ed56bd971
commit a45f3ac5d6
1 changed files with 1 additions and 1 deletions

View File

@ -309,7 +309,7 @@ void V_Voice::QueueStart()
if (Cycles - PlayCycle < delayCycles) if (Cycles - PlayCycle < delayCycles)
{ {
// Required by The Legend of Spyro: The Eternal Night (probably the other two legend games too) // Required by The Legend of Spyro: The Eternal Night (probably the other two legend games too)
ConLog(" *** KeyOn after less than 4 T disregarded.\n"); ConLog(" *** KeyOn after less than %d T disregarded.\n", delayCycles);
return; return;
} }
PlayCycle = Cycles; PlayCycle = Cycles;