Skip to content

Commit 739751c

Browse files
committed
added debug output
1 parent 8c25066 commit 739751c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/DMD.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -922,7 +922,8 @@ void DMD::SerumThread()
922922
sceneCurrentFrame = 0;
923923
if (--sceneRepeatCount == 1) sceneRepeatCount = 0;
924924
}
925-
else if (sceneRepeatCount == 1) {
925+
else if (sceneRepeatCount == 1)
926+
{
926927
// loop
927928
sceneCurrentFrame = 0;
928929
}
@@ -1013,6 +1014,7 @@ void DMD::SerumThread()
10131014
{
10141015
snprintf(csvPath, sizeof(csvPath), "%s/%s/%s.pup.csv", m_altColorPath, m_romName, m_romName);
10151016
}
1017+
Log(DMDUtil_LogLevel_DEBUG, "Check for PUP scenes for %s at %s", m_romName, csvPath);
10161018

10171019
if (generator.parseCSV(csvPath))
10181020
{

0 commit comments

Comments
 (0)