Prevent Text drawing from overwriting the screen during resize
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@226
This commit is contained in:
parent
8be833ab6c
commit
7349874d3a
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ void VGA_Render_GFX_256C(Bit8u * * data) {
|
|||
|
||||
void VGA_Render_TEXT_16(Bit8u * * data) {
|
||||
*data=vga.buffer;
|
||||
VGA_DrawTEXT(vga.buffer,vga.draw.width);
|
||||
if (!vga.draw.resizing) VGA_DrawTEXT(vga.buffer,vga.draw.width);
|
||||
vga.config.retrace=true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue