Skip to content

make Xbox display scale scale with res instead of just switching between 2 presets for 1080p and 4k#814

Merged
flyinghead merged 1 commit intoflyinghead:masterfrom
Xbox-Homebrew:master
Nov 25, 2022
Merged

make Xbox display scale scale with res instead of just switching between 2 presets for 1080p and 4k#814
flyinghead merged 1 commit intoflyinghead:masterfrom
Xbox-Homebrew:master

Conversation

@tunip3
Copy link
Contributor

@tunip3 tunip3 commented Nov 25, 2022

Currently the ui switches between 2 different ui scales depending on if the display is 4k or something else.
This leads to the UI being too big at 720p and too small at 1440p.

This pr fixes that by taking the display width, dividing it by 1920p and then using that as a multiplier for the display scale.

4k without the pr:
Screenshot_2022-11-25_17-11-384k
1440p without the pr:
Screenshot_2022-11-25_17-12-371440
1080p without the pr:
Screenshot_2022-11-25_17-13-061080
720p without the pr:
Screenshot_2022-11-25_17-13-38720

720p with the pr:
Screenshot_2022-11-25_17-29-29
1080p with the pr:
Screenshot_2022-11-25_17-30-08
1440p with the pr:
Screenshot_2022-11-25_17-30-51
4k with the pr:
Screenshot_2022-11-25_17-31-37

@flyinghead flyinghead merged commit e2c0325 into flyinghead:master Nov 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants