We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35a6d3e commit ed9f151Copy full SHA for ed9f151
src/DMD.cpp
@@ -837,6 +837,7 @@ void DMD::SerumThread()
837
838
if (m_altColorPath[0] == '\0') strcpy(m_altColorPath, Config::GetInstance()->GetAltColorPath());
839
uint8_t flags = FLAG_REQUEST_32P_FRAMES;
840
+ // At the moment, ZeDMD HD is the only device supporting 64P frames. Not requesting 64P saves memory
841
if (m_pZeDMD && m_pZeDMD->GetWidth() == 256) flags |= FLAG_REQUEST_64P_FRAMES;
842
m_pSerum = (name[0] != '\0') ? Serum_Load(m_altColorPath, m_romName, flags) : nullptr;
843
if (m_pSerum)
0 commit comments