PCSX2-EE: Improve SetGSCrt logging

This commit is contained in:
Chromaryu 2019-03-01 20:29:31 +09:00 committed by Akash
parent 7106909d3f
commit 8a16d96112
1 changed files with 1 additions and 1 deletions

View File

@ -939,7 +939,7 @@ void SYSCALL()
DevCon.Error("Mode %x is not supported. Report me upstream", cpuRegs.GPR.n.a1.UC[0]);
gsSetVideoMode(GS_VideoMode::Unknown);
}
DevCon.Warning("Set GS CRTC configuration. Interlace %s. Field Type %s. Mode %s", inter, field, mode.c_str());
DevCon.Warning("Set GS CRTC configuration. %s %s (%s)",mode.c_str(), inter, field);
}
break;