mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 00:05:58 +03:00
[PR #3532] [MERGED] Replace Vblank Divider with Vblank Frequency #3547
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#3547
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/3532
Author: @UltraDaCat
Created: 9/5/2025
Status: ✅ Merged
Merged: 9/6/2025
Merged by: @squidbus
Base:
main← Head:vblank-freq📝 Commits (10+)
31f3e58Update config.cpp20e8effUpdate config.hb45f313Update frame_graph.cpp2ce36a2Update video_out.cpp0ec6c52Update settings_dialog.cpp076ea02Update settings_dialog.ui030d8c9Update emulator.cpp24a5f04wrong file oop video_out.cpp9a0f677Update driver.cpp1090647Merge branch 'main' into vblank-freq📊 Changes
7 files changed (+34 additions, -27 deletions)
View changed files
📝
src/common/config.cpp(+9 -9)📝
src/common/config.h(+3 -3)📝
src/core/devtools/widget/frame_graph.cpp(+2 -3)📝
src/core/libraries/videoout/driver.cpp(+2 -3)📝
src/emulator.cpp(+2 -2)📝
src/qt_gui/settings_dialog.cpp(+4 -4)📝
src/qt_gui/settings_dialog.ui(+12 -3)📄 Description
This should address issue #2168. Replaces Vblank Divider with Vblank Frequency. Vblank Frequency set to 60Hz is the equivalent to Vblank Divider set to 1. This allows you to set framerate limits to numbers such as 144, 100, 90, etc. It's a replacement for pull request #3527
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.