mirror of https://github.com/PCSX2/pcsx2.git
Less verbose SPR stall control logging, avoids fps dives in ST:Voyager
This commit is contained in:
parent
f2657ae450
commit
5c6b5374af
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue