mirror of https://github.com/PCSX2/pcsx2.git
SPU2-X: Handle INI changes to variable on Conlog
This commit is contained in:
parent
8ed56bd971
commit
a45f3ac5d6
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue