diff options
Diffstat (limited to 'emulators/qemu/files/patch-hw-vmware_vga.c')
-rw-r--r-- | emulators/qemu/files/patch-hw-vmware_vga.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/emulators/qemu/files/patch-hw-vmware_vga.c b/emulators/qemu/files/patch-hw-vmware_vga.c index a54b8729c7df..fb404a749946 100644 --- a/emulators/qemu/files/patch-hw-vmware_vga.c +++ b/emulators/qemu/files/patch-hw-vmware_vga.c @@ -72,13 +72,3 @@ Index: qemu/hw/vmware_vga.c badcmd: while (args --) vmsvga_fifo_read(s); -@@ -914,7 +914,7 @@ - s->width = -1; - s->height = -1; - s->svgaid = SVGA_ID; -- s->depth = 24; -+ s->depth = 32; - s->bypp = (s->depth + 7) >> 3; - s->cursor.on = 0; - s->redraw_fifo_first = 0; - |