Skip to content

Commit

Permalink
FSUI: Restore Extended Upscale Multiplier Option
Browse files Browse the repository at this point in the history
  • Loading branch information
kamfretoz committed Sep 5, 2024
1 parent 881da9d commit 08d5130
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pcsx2/ImGui/FullscreenUI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3952,10 +3952,9 @@ void FullscreenUI::DrawGraphicsSettingsPage(SettingsInterface* bsi, bool show_ad
FSUI_CSTR("Forces the use of FIFO over Mailbox presentation, i.e. double buffering instead of triple buffering. "
"Usually results in worse frame pacing."),
"EmuCore/GS", "DisableMailboxPresentation", false);
/* DrawToggleSetting(bsi, FSUI_CSTR("Extended Upscaling Multipliers"),
DrawToggleSetting(bsi, FSUI_CSTR("Extended Upscaling Multipliers"),
FSUI_CSTR("Displays additional, very high upscaling multipliers dependent on GPU capability."),
"EmuCore/GS", "ExtendedUpscalingMultipliers", false); */
// TODO: Immplement this button properly
"EmuCore/GS", "ExtendedUpscalingMultipliers", false);
if (IsEditingGameSettings(bsi))
{
DrawIntListSetting(bsi, FSUI_CSTR("Hardware Download Mode"), FSUI_CSTR("Changes synchronization behavior for GS downloads."),
Expand Down

0 comments on commit 08d5130

Please sign in to comment.