mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 00:05:58 +03:00
[PR #4005] [MERGED] Kernel.Pthreads: Remove unreachable in posix_pthread_mutex_timedlock #3864
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#3864
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/shadps4-emu/shadPS4/pull/4005
Author: @StevenMiller123
Created: 2/8/2026
Status: ✅ Merged
Merged: 2/8/2026
Merged by: @georgemoralis
Base:
main← Head:remove-unreachable📝 Commits (3)
37f2567Fix assert8cff93eRemove unreachable in posix_pthread_mutex_timedlock23bb83eMerge branch 'shadps4-emu:main' into remove-unreachable📊 Changes
1 file changed (+0 additions, -1 deletions)
View changed files
📝
src/core/libraries/kernel/threads/mutex.cpp(+0 -1)📄 Description
From what I can see, the code paths for handling timedlock appears to be fully implemented, so I don't see what the unreachable is for here. Removing the unreachable reportedly fixes an issue in Overwatch: Origins Edition (tested by @PirkyP)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.