[PR #3532] [MERGED] Replace Vblank Divider with Vblank Frequency #3547

Closed
opened 2026-02-27 22:04:06 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: vblank-freq


📝 Commits (10+)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/shadps4-emu/shadPS4/pull/3532 **Author:** [@UltraDaCat](https://github.com/UltraDaCat) **Created:** 9/5/2025 **Status:** ✅ Merged **Merged:** 9/6/2025 **Merged by:** [@squidbus](https://github.com/squidbus) **Base:** `main` ← **Head:** `vblank-freq` --- ### 📝 Commits (10+) - [`31f3e58`](https://github.com/shadps4-emu/shadPS4/commit/31f3e583ffa45ce7862d5d30554c648a377b24c4) Update config.cpp - [`20e8eff`](https://github.com/shadps4-emu/shadPS4/commit/20e8eff358dd9b8dee016196cd005dcd53707314) Update config.h - [`b45f313`](https://github.com/shadps4-emu/shadPS4/commit/b45f3136646fc02a7a3a9ce8d156b51b26987d64) Update frame_graph.cpp - [`2ce36a2`](https://github.com/shadps4-emu/shadPS4/commit/2ce36a2572e13942a30a396f2ef078e5d70f379d) Update video_out.cpp - [`0ec6c52`](https://github.com/shadps4-emu/shadPS4/commit/0ec6c52d05ca55bd19b4a64f5ea1941ade0d170b) Update settings_dialog.cpp - [`076ea02`](https://github.com/shadps4-emu/shadPS4/commit/076ea02c92f58d46863087093c2a149a04f82d54) Update settings_dialog.ui - [`030d8c9`](https://github.com/shadps4-emu/shadPS4/commit/030d8c937b91a70ac088e02e9b4ecb67be6428a1) Update emulator.cpp - [`24a5f04`](https://github.com/shadps4-emu/shadPS4/commit/24a5f04b70fba3d7639678aaec494ced58beaedf) wrong file oop video_out.cpp - [`9a0f677`](https://github.com/shadps4-emu/shadPS4/commit/9a0f67778712ddfc453ac1ed54cda17cace3d17b) Update driver.cpp - [`1090647`](https://github.com/shadps4-emu/shadPS4/commit/1090647ab7844b8111c39a4600817f81d29490df) Merge branch 'main' into vblank-freq ### 📊 Changes **7 files changed** (+34 additions, -27 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description This should address issue [#2168](https://github.com/shadps4-emu/shadPS4/issues/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](https://github.com/shadps4-emu/shadPS4/pull/3527) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 22:04:06 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shadPS4#3547
No description provided.