Less verbose SPR stall control logging, avoids fps dives in ST:Voyager

This commit is contained in:
ramapcsx2 2015-02-15 18:09:14 +01:00
parent f2657ae450
commit 5c6b5374af
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ static __fi void _dmaSPR0()
{
if (dmacRegs.ctrl.STS == STS_fromSPR) // STS == fromSPR
{
Console.WriteLn("SPR stall control Normal not implemented");
DevCon.Warning("SPR stall control Normal not implemented");
}
SPR0chain();
spr0finished = true;