mirror of
https://github.com/stenzek/duckstation.git
synced 2025-06-07 20:15:32 +00:00
FullscreenUI: Fix Toggle Fast Forward being disabled
This commit is contained in:
parent
3ecaffd427
commit
52f8a347c7
@ -6927,7 +6927,7 @@ void FullscreenUI::DrawPauseMenu()
|
|||||||
ClosePauseMenu();
|
ClosePauseMenu();
|
||||||
ImGui::SetItemDefaultFocus();
|
ImGui::SetItemDefaultFocus();
|
||||||
|
|
||||||
if (MenuButtonWithoutSummary(FSUI_ICONSTR(ICON_FA_FAST_FORWARD, "Toggle Fast Forward"), false))
|
if (MenuButtonWithoutSummary(FSUI_ICONSTR(ICON_FA_FAST_FORWARD, "Toggle Fast Forward")))
|
||||||
{
|
{
|
||||||
ClosePauseMenu();
|
ClosePauseMenu();
|
||||||
DoToggleFastForward();
|
DoToggleFastForward();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user