Skip to content

Commit

Permalink
Merge pull request #8423 from AdmiralCurtiss/animation-placeholder-fix
Browse files Browse the repository at this point in the history
Qt/GCMemcardManager: Fix incorrect placeholder frame timing.
  • Loading branch information
JosJuice committed Oct 22, 2019
2 parents 6282b0d + 1c1c19e commit 5f8e189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/DolphinQt/GCMemcardManager.cpp
Expand Up @@ -535,7 +535,7 @@ GCMemcardManager::IconAnimationData GCMemcardManager::GetIconFromSaveFile(int fi
{
// No Animation found, use an empty placeholder instead.
frame_data.m_frames.emplace_back();
frame_data.m_frame_timing.push_back(1);
frame_data.m_frame_timing.push_back(0);
}

return frame_data;
Expand Down

0 comments on commit 5f8e189

Please sign in to comment.