Add emulate-zero-presentation-time debug flag

This commit is contained in:
Ivan Molodetskikh
2024-03-01 07:49:10 +04:00
parent 28977d1d3f
commit 92d9c7ff4f
3 changed files with 12 additions and 0 deletions
+2
View File
@@ -810,6 +810,8 @@ pub struct DebugConfig {
pub disable_cursor_plane: bool,
#[knuffel(child, unwrap(argument))]
pub render_drm_device: Option<PathBuf>,
#[knuffel(child)]
pub emulate_zero_presentation_time: bool,
}
impl Config {