Set GUI refresh interval to 16ms (~60Hz)--need to confirm on real hw

This commit is contained in:
Matt Borgerson 2018-06-18 23:47:32 -07:00
parent 791418dec4
commit 27f0b8e54e
1 changed files with 2 additions and 2 deletions

View File

@ -26,8 +26,8 @@
#define QEMU_CAPS_LOCK_LED (1 << 2)
/* in ms */
#define GUI_REFRESH_INTERVAL_DEFAULT 30
#define GUI_REFRESH_INTERVAL_IDLE 3000
#define GUI_REFRESH_INTERVAL_DEFAULT 16
#define GUI_REFRESH_INTERVAL_IDLE 16
/* Color number is match to standard vga palette */
enum qemu_color_names {