mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-27 00:36:00 +03:00
[PR #2992] [CLOSED] video_out: SubmitEopFlip adding mutex and lockguard also fixing reject of full flips by adding a wait #3134
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#3134
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/2992
Author: @diegolix29
Created: 5/26/2025
Status: ❌ Closed
Base:
main← Head:Flip-bug-T📝 Commits (7)
61ce2c4video_out: using mutex and lockguard to prevent race conditions, updating buffer labels and adding buffer id for flip sumission error.7bd134aadding pending mutex and flips8a4eb9ewait for space on flip queue and ensuring the queue gets properly drained8beb7a7avoiding deadlocksa5454c7Fixing uncapped fps on debug state528f7a2Suggestions and removing peding mutex now58362dbclean up📊 Changes
2 files changed (+14 additions, -10 deletions)
View changed files
📝
src/core/libraries/videoout/driver.cpp(+7 -5)📝
src/core/libraries/videoout/video_out.cpp(+7 -5)📄 Description
This stops the flip bug we have on video out on my end while testing dark souls 3 fire fades
updating buffer labels, and adding buffer id for logging on error
let me know if its ok.
Also fixed a discrepancy on driver.cpp
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.