Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #8734 from JosJuice/movie-update-comment
Remove outdated comment from Movie::FrameUpdate
  • Loading branch information
lioncash committed Apr 9, 2020
2 parents 9a2d8a9 + b2c9149 commit d8d620e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Source/Core/Core/Movie.cpp
Expand Up @@ -191,11 +191,8 @@ std::string GetRTCDisplay()
return format_time.str();
}

// NOTE: GPU Thread
void FrameUpdate()
{
// TODO[comex]: This runs on the GPU thread, yet it messes with the CPU
// state directly. That's super sketchy.
s_currentFrame++;
if (!s_bPolled)
s_currentLagCount++;
Expand Down

0 comments on commit d8d620e

Please sign in to comment.