mirror of
https://git.freebsd.org/ports.git
synced 2025-06-30 00:50:29 -04:00
12 lines
256 B
C
12 lines
256 B
C
Index: qemu/hw/vmware_vga.c
|
|
@@ -26,8 +26,8 @@
|
|
#define VERBOSE
|
|
#define EMBED_STDVGA
|
|
#undef DIRECT_VRAM
|
|
-#define HW_RECT_ACCEL
|
|
-#define HW_FILL_ACCEL
|
|
+/* #define HW_RECT_ACCEL */
|
|
+/* #define HW_FILL_ACCEL */
|
|
#define HW_MOUSE_ACCEL
|
|
|
|
#ifdef EMBED_STDVGA
|