Formatting cleanup in custom
This commit is contained in:
parent
ce2aa5baf3
commit
3fc959b7a0
1 changed files with 13 additions and 12 deletions
|
@ -4415,7 +4415,8 @@ void compute_framesync(void)
|
|||
vidinfo->drawbuffer.inheight = ((firstblankedline < maxvpos ? firstblankedline : maxvpos) - minfirstline + 1) << vres2;
|
||||
vidinfo->drawbuffer.inheight2 = vidinfo->drawbuffer.inheight;
|
||||
|
||||
} else {
|
||||
}
|
||||
else {
|
||||
|
||||
vidinfo->drawbuffer.inwidth = AMIGA_WIDTH_MAX << currprefs.gfx_resolution;
|
||||
vidinfo->drawbuffer.extrawidth = currprefs.gfx_extrawidth ? currprefs.gfx_extrawidth : -1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue