[PR #708] [MERGED] Replace recursive_mutex with mutex #1729

Closed
opened 2026-02-27 21:13:44 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/708
Author: @OFFTKP
Created: 9/1/2024
Status: Merged
Merged: 9/1/2024
Merged by: @raphaelthegreat

Base: mainHead: rm


📝 Commits (2)

  • 5853525 Replace recursive_mutex with mutex
  • d6ffd15 Move mutex lock outside of ObtainBuffer

📊 Changes

4 files changed (+10 additions, -5 deletions)

View changed files

📝 src/core/memory.cpp (+5 -2)
📝 src/core/memory.h (+3 -1)
📝 src/video_core/buffer_cache/buffer_cache.cpp (+1 -1)
📝 src/video_core/buffer_cache/buffer_cache.h (+1 -1)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/shadps4-emu/shadPS4/pull/708 **Author:** [@OFFTKP](https://github.com/OFFTKP) **Created:** 9/1/2024 **Status:** ✅ Merged **Merged:** 9/1/2024 **Merged by:** [@raphaelthegreat](https://github.com/raphaelthegreat) **Base:** `main` ← **Head:** `rm` --- ### 📝 Commits (2) - [`5853525`](https://github.com/shadps4-emu/shadPS4/commit/58535250bd213861696eeb2e78c389f695f5d8f8) Replace recursive_mutex with mutex - [`d6ffd15`](https://github.com/shadps4-emu/shadPS4/commit/d6ffd158ea0ae1cf586de15061ae23952cfdf9c0) Move mutex lock outside of ObtainBuffer ### 📊 Changes **4 files changed** (+10 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `src/core/memory.cpp` (+5 -2) 📝 `src/core/memory.h` (+3 -1) 📝 `src/video_core/buffer_cache/buffer_cache.cpp` (+1 -1) 📝 `src/video_core/buffer_cache/buffer_cache.h` (+1 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 21:13:44 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shadPS4#1729
No description provided.