[video_core] Replacing recursive mutex with simple mutex lock

This commit is contained in:
CamilleLaVey
2026-02-02 19:27:11 -04:00
parent 1e59afb0aa
commit 4657adc052
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::recursive_mutex mutex;
std::mutex mutex;
private:
/// Iterate over all page indices in a range