mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 00:05:58 +03:00
[PR #3194] [MERGED] video_out: Internal Resolution Support #3299
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#3299
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/3194
Author: @Fire-Cube
Created: 7/5/2025
Status: ✅ Merged
Merged: 7/7/2025
Merged by: @georgemoralis
Base:
main← Head:internalresolution📝 Commits (6)
19f266fimpl7b1bad9clang21a956fclang+d0914earebase41b709fupdate total_entries tooa718e34rebased another time📊 Changes
5 files changed (+56 additions, -25 deletions)
View changed files
📝
src/common/config.cpp(+43 -17)📝
src/common/config.h(+8 -4)📝
src/core/libraries/videoout/video_out.cpp(+2 -1)📝
src/emulator.cpp(+1 -1)📝
src/qt_gui/settings_dialog.cpp(+2 -2)📄 Description
This PR separates the resolution of the emulator window from the one used by the shadPS4's graphics driver.
There’s a game (The Last Guardian) that uses sceVideoOutGetResolutionStatus to retrieve the resolution, which currently reflects the value stored in the config.
If you set it to 4K using a patch but the emulator window is smaller, it gets ignored due to that check.
To handle this case, I’m introducing an internal resolution that can be adjusted as needed and only affects game behavior.
I don't know if i should add a Qt config but i can do if it is the case
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.