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

sys_ppu_thread: Fixed up sys_ppu_thread_join()'s check for detached threads #15685

Merged
merged 1 commit into from
Jun 10, 2024
Merged

sys_ppu_thread: Fixed up sys_ppu_thread_join()'s check for detached threads #15685

merged 1 commit into from
Jun 10, 2024

Conversation

brian218
Copy link
Contributor

I was doing some real hardware testing, and when I compared the results on hardware vs on RPCS3, I noticed that RPCS3's sys_ppu_thread_join() implementation doesn't check whether the target thread is joinable or detached, hence causing unexpected behaviors.

…hreads

sys_game: Corrected sys_game_set_system_sw_version()'s error code
Copy link
Contributor

@elad335 elad335 left a comment

Choose a reason for hiding this comment

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

👍

@elad335 elad335 merged commit c73302f into RPCS3:master Jun 10, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants