mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-27 08:46:03 +03:00
[PR #3690] [MERGED] videoout: Move HDR swapchain configuration to present thread. #3657
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#3657
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/3690
Author: @squidbus
Created: 10/1/2025
Status: ✅ Merged
Merged: 10/1/2025
Merged by: @squidbus
Base:
main← Head:hdr📝 Commits (1)
42549d5videoout: Move HDR swapchain configuration to present thread.📊 Changes
3 files changed (+14 additions, -10 deletions)
View changed files
📝
src/core/libraries/videoout/driver.cpp(+3 -0)📝
src/core/libraries/videoout/driver.h(+1 -1)📝
src/core/libraries/videoout/video_out.cpp(+10 -9)📄 Description
On current main I'm hitting a crash when HDR is set up due to threading issues with recreating the Vulkan swapchain during present. Possibly due to recent changes to presenter logic.
Fixing this by moving the HDR swapchain re-configuration into the present thread. Note that we can safely call
SetHDReach time as it is a no-op if the current HDR state is the same as input.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.