Skip to content

Commit ed9f151

Browse files
committed
added comment
1 parent 35a6d3e commit ed9f151

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/DMD.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -837,6 +837,7 @@ void DMD::SerumThread()
837837

838838
if (m_altColorPath[0] == '\0') strcpy(m_altColorPath, Config::GetInstance()->GetAltColorPath());
839839
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
840841
if (m_pZeDMD && m_pZeDMD->GetWidth() == 256) flags |= FLAG_REQUEST_64P_FRAMES;
841842
m_pSerum = (name[0] != '\0') ? Serum_Load(m_altColorPath, m_romName, flags) : nullptr;
842843
if (m_pSerum)

0 commit comments

Comments
 (0)