Skip to content

Commit

Permalink
Change OSD scale step to 25% for now
Browse files Browse the repository at this point in the history
  • Loading branch information
SirMangler committed May 13, 2023
1 parent 2a2d8f2 commit e8ea4f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pcsx2/ImGui/FullscreenUI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2711,7 +2711,7 @@ void FullscreenUI::DrawInterfaceSettingsPage()
#endif
MenuHeading("On-Screen Display");
DrawIntSpinBoxSetting(bsi, ICON_FA_SEARCH " OSD Scale", "Determines how large the on-screen messages and monitor are.", "EmuCore/GS",
"OsdScale", 100, 25, 500, 1, "%d%%");
"OsdScale", 100, 25, 500, 25, "%d%%");
DrawToggleSetting(bsi, ICON_FA_LIST " Show Messages",
"Shows on-screen-display messages when events occur such as save states being created/loaded, screenshots being taken, etc.",
"EmuCore/GS", "OsdShowMessages", true);
Expand Down

0 comments on commit e8ea4f5

Please sign in to comment.