mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 08:15:59 +03:00
[PR #3502] [MERGED] config: Add present mode option. #3522
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#3522
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/3502
Author: @squidbus
Created: 9/1/2025
Status: ✅ Merged
Merged: 9/1/2025
Merged by: @squidbus
Base:
main← Head:vsync-opt📝 Commits (2)
900e9f4config: Add present mode option.6433b31settings_dialog: Add details for present modes.📊 Changes
6 files changed (+101 additions, -15 deletions)
View changed files
📝
src/common/config.cpp(+12 -0)📝
src/common/config.h(+2 -0)📝
src/qt_gui/settings_dialog.cpp(+15 -0)📝
src/qt_gui/settings_dialog.ui(+34 -0)📝
src/video_core/renderer_vulkan/vk_swapchain.cpp(+34 -15)📝
src/video_core/renderer_vulkan/vk_swapchain.h(+4 -0)📄 Description
Adds a config option to control the present mode. Available options are Mailbox (default), Fifo, and Immediate. If the selected mode is not supported, we fall back to FIFO as the Vulkan spec guarantees it is supported.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.