video: Change composite_sync default value to 1

* Change default composite_sync value to 1

From a troubleshooting perspective, composite_sync=1 seems like a more common gotcha because more people are using consumer CRTs than monitors.

I'm wondering if it makes sense to make this change as it covers more use cases.

* Update cfg.cpp
This commit is contained in:
Brendan Saricks
2025-10-16 01:28:31 -05:00
committed by GitHub
parent 4e2e950237
commit 596ebe5dc0
2 changed files with 3 additions and 1 deletions

View File

@@ -574,6 +574,7 @@ const char* cfg_get_label(uint8_t alt)
void cfg_parse()
{
memset(&cfg, 0, sizeof(cfg));
cfg.composite_sync = 1;
cfg.bootscreen = 1;
cfg.fb_terminal = 1;
cfg.controller_info = 6;