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

rsx: Fix emulation stopping when at semaphore_acquire #10475

Merged
merged 1 commit into from Jun 20, 2021

Conversation

elad335
Copy link
Contributor

@elad335 elad335 commented Jun 19, 2021

This indirectly fixes GOW Ascension after emulation (or RSX) was paused then stopped when RSX was executing semaphore_acquire. See

while (rsx->is_paused())

Semantics of pause test should match Emu.IsPaused() which evaluates to false after emulation was stopped because pause flags lose their meaning in that situation.

@Nekotekina Nekotekina merged commit 0531b3d into RPCS3:master Jun 20, 2021
VelocityRa pushed a commit to VelocityRa/rpcs3 that referenced this pull request Jul 6, 2021
@elad335 elad335 deleted the patch-12 branch September 19, 2022 06:53
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.

None yet

2 participants