Better frame sheduling for smoothness

This commit is contained in:
Niellune
2026-03-27 23:41:40 +02:00
parent 79965af3e6
commit 74f039e36f
6 changed files with 45 additions and 49 deletions
-1
View File
@@ -17,7 +17,6 @@ public:
static inline Setting<int> width{"width", 1024};
static inline Setting<int> height{"height", 576};
static inline Setting<int> sourceFps{"source-fps", 60};
static inline Setting<int> fps{"fps", 60};
static inline Setting<int> screenMode{"window-mode", 0};
static inline Setting<bool> cursor{"cursor", false};
static inline Setting<int> loglevel{"log-level", 2};