Skip to content
Snippets Groups Projects
Commit bfdb3629 authored by Blue Swirl's avatar Blue Swirl
Browse files

Fix SDL zooming with pl110 (cf. d3ffcafe)


Signed-off-by: default avatarBlue Swirl <blauwirbel@gmail.com>
parent b1332393
No related branches found
No related tags found
No related merge requests found
......@@ -169,6 +169,9 @@ static void pl110_invalidate_display(void * opaque)
{
pl110_state *s = (pl110_state *)opaque;
s->invalidate = 1;
if (pl110_enabled(s)) {
qemu_console_resize(s->ds, s->cols, s->rows);
}
}
static void pl110_update_pallette(pl110_state *s, int n)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment