mirror of https://github.com/PCSX2/pcsx2.git
PCSX2-EE: Improve SetGSCrt logging
This commit is contained in:
parent
7106909d3f
commit
8a16d96112
|
@ -939,7 +939,7 @@ void SYSCALL()
|
||||||
DevCon.Error("Mode %x is not supported. Report me upstream", cpuRegs.GPR.n.a1.UC[0]);
|
DevCon.Error("Mode %x is not supported. Report me upstream", cpuRegs.GPR.n.a1.UC[0]);
|
||||||
gsSetVideoMode(GS_VideoMode::Unknown);
|
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;
|
break;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue