summarylogtreecommitdiffstats
path: root/0003-ui-Change-refresh-interval-to-60fps.patch
blob: 6fcfcb9513a69373d05c2301259f6279a2ab879c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From cc12b35e77953a196479237b00f2d44707481d28 Mon Sep 17 00:00:00 2001
From: "Franc[e]sco" <lolisamurai@tfwno.gf>
Date: Sun, 11 Oct 2020 23:30:20 +0200
Subject: [PATCH] ui: Change refresh intervcal to 60fps

---
 include/ui/console.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/ui/console.h b/include/ui/console.h
index f35b4fc082..fb5485d38b 100644
--- a/include/ui/console.h
+++ b/include/ui/console.h
@@ -26,7 +26,7 @@
 #define QEMU_CAPS_LOCK_LED   (1 << 2)
 
 /* in ms */
-#define GUI_REFRESH_INTERVAL_DEFAULT    30
+#define GUI_REFRESH_INTERVAL_DEFAULT    16
 #define GUI_REFRESH_INTERVAL_IDLE     3000
 
 /* Color number is match to standard vga palette */
-- 
2.28.0