Single and Double buffered drawing

This commit is contained in:
Niellune
2026-03-23 13:17:30 +02:00
parent b7e131bc38
commit 2d3eb8b468
7 changed files with 181 additions and 61 deletions
+1
View File
@@ -39,6 +39,7 @@ public:
static inline Setting<int> fontSize{"font-size", 30};
static inline Setting<bool> vsync{"vsync", false};
static inline Setting<bool> hwDecode{"hw-decode", true};
static inline Setting<bool> doubleBuffer{"double-buffered", true};
static inline Setting<int> forceRedraw{"force-redraw", 0};
static inline Setting<int> eventsSkip{"draw-skip-events", 0};
static inline Setting<float> aspectCorrection{"aspect-correction", 1};