Revert "[video_core] Replacing recursive mutex with simple mutex lock"

This commit is contained in:
CamilleLaVey
2026-02-02 20:02:40 -04:00
parent 3c260a2f4d
commit 06a179fb2a
5 changed files with 6 additions and 6 deletions
@@ -269,7 +269,7 @@ public:
/// Prepare an image to be used
void PrepareImage(ImageId image_id, bool is_modification, bool invalidate);
std::mutex mutex;
std::recursive_mutex mutex;
private:
/// Iterate over all page indices in a range