mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 19:45:47 -04:00
Revert "Improve Integer Scaling behavior" and instead offer as a setting
This commit is contained in:
@ -4506,9 +4506,9 @@ void FullscreenUI::DrawAdvancedSettingsPage()
|
||||
DrawFloatRangeSetting(bsi, "Display FPS Limit",
|
||||
"Limits how many frames are displayed to the screen. These frames are still rendered.",
|
||||
"Display", "MaxFPS", Settings::DEFAULT_DISPLAY_MAX_FPS, 0.0f, 500.0f, "%.2f FPS");
|
||||
DrawToggleSetting(bsi, "Always Stretch Display Horizontally",
|
||||
"Enables old DuckStation behavior for Integer Scaling, where the display is always stretched horizontally.",
|
||||
"Display", "AlwaysStretchHorizontally", false);
|
||||
DrawToggleSetting(bsi, "Stretch Display Vertically",
|
||||
"Stretches the display to match the aspect ratio by multiplying vertically instead of horizontally.",
|
||||
"Display", "StretchVertically", false);
|
||||
|
||||
MenuHeading("PGXP Settings");
|
||||
|
||||
|
Reference in New Issue
Block a user