mirror of https://github.com/PCSX2/pcsx2.git
Make a rare IPU chain mode transfer error log be DevCon only.
The only known game to run into it is fine anyway (Phase Paradox). git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5492 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
5ceb0a139d
commit
c20de38d4c
|
@ -200,7 +200,7 @@ int IPU1dma()
|
|||
break;
|
||||
|
||||
default:
|
||||
Console.Error("IPU ERROR: different transfer mode!, Please report to PCSX2 Team");
|
||||
DevCon.Error("IPU ERROR: different transfer mode!, Please report to PCSX2 Team");
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue