Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ringbuffer init fix #684

Merged
merged 1 commit into from
Mar 26, 2017
Merged

Conversation

cesys
Copy link
Contributor

@cesys cesys commented Mar 26, 2017

Must reset read_ptr_index_ in CommandProcessor::InitializeRingBuffer becaue a game can initialize the ring buffer multiple times.
Left the new condition on the assertion as the value 0xFFFFFF seems to acceptable and it's preventing 4B4F07FE to go ahead.

@DrChat
Copy link
Member

DrChat commented Mar 26, 2017

I'll let it slide for now - but next time, don't combine separate changes to one commit

Nice fix though - good work :)

@DrChat DrChat merged commit 46504ad into xenia-project:master Mar 26, 2017
@cesys
Copy link
Contributor Author

cesys commented Mar 26, 2017

Sure. In this case the second fix was hidden by the first. But I understand.

@Margen67 Margen67 added the gpu label Jul 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants