Implement input only mode w/ double framerate for virtual display

This commit is contained in:
Yukino Song
2025-02-05 06:54:30 +08:00
parent e0d81d3c5f
commit 23dd06b344
13 changed files with 184 additions and 55 deletions

View File

@@ -17,6 +17,7 @@ namespace config {
struct video_t {
bool headless_mode;
bool limit_framerate;
bool double_framerate;
// ffmpeg params
int qp; // higher == more compression and less quality
@@ -198,6 +199,8 @@ namespace config {
bool high_resolution_scrolling;
bool native_pen_touch;
bool enable_input_only_mode;
};
namespace flag {