mirror of https://github.com/xemu-project/xemu.git
Set GUI refresh interval to 16ms (~60Hz)--need to confirm on real hw
This commit is contained in:
parent
791418dec4
commit
27f0b8e54e
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue