mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 08:15:59 +03:00
[PR #4063] [CLOSED] macos/Linux timer optimizations, FSR bandwidth optimization #3910
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#3910
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/4063
Author: @evill33t
Created: 2/21/2026
Status: ❌ Closed
Base:
main← Head:main📝 Commits (9)
5c6b45fAdd QoS class adjustment for macOS in emulator initializationc2ca9e5Add HDR support in FSR image creation logic91fb8dfmacos/possible linux optimizations90e925bimprove sync by switching tovk::PipelineBarrier218263defix windows build "use of undeclared identifier 'start_time'"a184223optimize swapchain image acquisition to minimize blocking988e407Merge branch 'shadps4-emu:main' into main6d32df7Merge branch 'shadps4-emu:main' into mainfa7af15Merge branch 'shadps4-emu:main' into main📊 Changes
7 files changed (+192 additions, -60 deletions)
View changed files
📝
src/common/thread.cpp(+105 -4)📝
src/common/thread.h(+6 -1)📝
src/emulator.cpp(+2 -0)📝
src/video_core/renderer_vulkan/host_passes/fsr_pass.cpp(+4 -4)📝
src/video_core/renderer_vulkan/host_passes/fsr_pass.h(+1 -1)📝
src/video_core/renderer_vulkan/vk_presenter.cpp(+45 -46)📝
src/video_core/renderer_vulkan/vk_swapchain.cpp(+29 -4)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.