mirror of
https://github.com/PlayCover/PlayCover.git
synced 2026-04-26 08:15:56 +03:00
[PR #900] [MERGED] feat: Custom resolution scaler #1794
Labels
No labels
UI
app-support
bug
bug
documentation
duplicate
enhancement
game-support
good first issue
help wanted / caution
inactive
invalid
macos-beta
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/PlayCover#1794
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/PlayCover/PlayCover/pull/900
Author: @ohaiibuzzle
Created: 3/31/2023
Status: ✅ Merged
Merged: 3/31/2023
Merged by: @JoseMoreville
Base:
develop← Head:feat/scaler📝 Commits (5)
d0e20c2feat: res scalerfd4723fchore: line length longer than ley lines9cde174fix: make sure the scaler makes sense54a0d59chore: localization28a7e1cfix: make the Settings window bigger📊 Changes
4 files changed (+46 additions, -5 deletions)
View changed files
📝
PlayCover/Model/AppSettings.swift(+2 -0)📝
PlayCover/Utils/PlayTools.swift(+3 -3)📝
PlayCover/Views/AppSettingsView.swift(+40 -2)📝
PlayCover/en.lproj/Localizable.strings(+1 -0)📄 Description
Allow users who want to run at 1440p/4k (I don't know why) to adjust scaling so their games don't instantly die (eg. 1440p @1.5x or 4k @0.7x)
Requires https://github.com/PlayCover/PlayTools/pull/103
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.