From 5c6b5374af21a2402cd83716bf5edb12eb79dc85 Mon Sep 17 00:00:00 2001 From: ramapcsx2 Date: Sun, 15 Feb 2015 18:09:14 +0100 Subject: [PATCH] Less verbose SPR stall control logging, avoids fps dives in ST:Voyager --- pcsx2/SPR.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;