Only show resolution log message in debug version
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2783
This commit is contained in:
parent
576d1c6eff
commit
5bd556e219
1 changed files with 2 additions and 1 deletions
|
@ -734,11 +734,12 @@ void VGA_SetupDrawing(Bitu val) {
|
|||
break;
|
||||
}
|
||||
}
|
||||
#if C_DEBUG
|
||||
LOG(LOG_VGA,LOG_NORMAL)("h total %d end %d blank (%d/%d) retrace (%d/%d)",
|
||||
htotal, hdend, hbstart, hbend, hrstart, hrend );
|
||||
LOG(LOG_VGA,LOG_NORMAL)("v total %d end %d blank (%d/%d) retrace (%d/%d)",
|
||||
vtotal, vdend, vbstart, vbend, vrstart, vrend );
|
||||
|
||||
#endif
|
||||
if (!htotal) return;
|
||||
if (!vtotal) return;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue