[idd] edid: ensure the edid mode list is static

This commit is contained in:
Geoffrey McRae
2026-08-01 16:03:07 +10:00
parent 47905ec65e
commit 98bde6cf36
3 changed files with 18 additions and 29 deletions

View File

@@ -42,7 +42,7 @@ public:
UINT64 pixelClock;
};
void Build(const CSettings::DisplayModes& modes, bool hdr);
void Build(bool hdr);
static bool GetTiming(Timing& timing,
const CSettings::DisplayMode& mode);