Skip to content

Commit 9e0e07f

Browse files
committed
FullscreenUI: Update idle state after transition finishes
Just in case the FSUI Active bit gets stuck on.
1 parent 283478a commit 9e0e07f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core/fullscreenui_widgets.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -866,6 +866,7 @@ void FullscreenUI::UpdateTransitionState()
866866
// g_gpu_device->RecycleTexture(std::move(s_state.transition_current_texture));
867867
// g_gpu_device->RecycleTexture(std::move(s_state.transition_prev_texture));
868868
s_state.transition_state = TransitionState::Inactive;
869+
UpdateRunIdleState();
869870
}
870871
}
871872

0 commit comments

Comments
 (0)