Skip to content

Conversation

@LittleCube-hax
Copy link
Contributor

No description provided.

}

// Check if the most recently queued samples are playing, if not then consider the DMA as incomplete.
if (cur_frame_count > recent_frames_queued.load()) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't you be updating recent_frames_queued somewhere? Otherwise this will always eval to zero

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You're right, and upon further inspection adding the missing piece to this implementation breaks the recomp this was used for. It doesn't make sense to merge this if it's incomplete, so I'll close it for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants