[idd] never add the extraMode to the EDID

Doing so causes windows to treat a new EDID as a new monitor
This commit is contained in:
Geoffrey McRae
2026-07-18 04:01:19 +10:00
parent 234f8623dc
commit 6e70f36134
3 changed files with 16 additions and 1 deletions

View File

@@ -32,6 +32,7 @@ class CSettings
unsigned height;
unsigned refresh;
bool preferred;
bool extraMode;
};
typedef std::vector<DisplayMode> DisplayModes;