FullscreenUI: Fix scroll reset on resume state popup

This commit is contained in:
Stenzek 2025-01-14 21:01:05 +10:00
parent 135d99ac17
commit 050bda8cd2
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -7058,6 +7058,7 @@ void FullscreenUI::DrawResumeStateSelector()
ImGui::SetCursorPosY(ImGui::GetCursorPosY() + image_height + LayoutScale(40.0f));
ResetFocusHere();
BeginMenuButtons();
if (ActiveButton(FSUI_ICONSTR(ICON_FA_PLAY, "Load State"), false))