diff --git a/pcsx2/SPR.cpp b/pcsx2/SPR.cpp index 858666e762..5e0994d295 100644 --- a/pcsx2/SPR.cpp +++ b/pcsx2/SPR.cpp @@ -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;