[idd] CEdid: add new helper class to build the EDID block

This commit is contained in:
Geoffrey McRae
2026-06-02 13:15:29 +10:00
committed by Geoffrey McRae
parent 83bebf4519
commit c2add993ac
5 changed files with 235 additions and 2 deletions

View File

@@ -27,6 +27,7 @@
#include "CIVSHMEM.h"
#include "CSettings.h"
#include "CEdid.h"
extern "C" {
#include "lgmp/host.h"
@@ -89,6 +90,7 @@ private:
void ResendCursor();
CSettings::DisplayModes m_displayModes;
CEdid m_edid;
CSettings::DisplayMode m_setMode;
bool m_doSetMode;