Extends Integer scaling range, corrects some info (#92130)

## About The Pull Request

Extends the max range for integer scaling up to 9x, corrects some
misinfo in the visuals guide

## Why It's Good For The Game

This allows proper integer scaling up to 8k resolution, which not only
is generally the highest consumer-available resolution currently, but
also the next resolution that is able to perfectly display a 480p image
on it via integer scaling.

Also corrects misinfo because misinfo is bad.

## Changelog

🆑
qol: Increased the integer scaling range up to 9x
/🆑
This commit is contained in:
Ice-Type
2025-07-19 20:29:25 -04:00
committed by Roxy
parent 75fc4ede34
commit 7703cbd97f
3 changed files with 8 additions and 3 deletions
@@ -4,7 +4,7 @@
savefile_identifier = PREFERENCE_PLAYER
minimum = 0
maximum = 5
maximum = 9
step = 0.5