mirror of
https://github.com/stenzek/duckstation.git
synced 2026-07-11 01:24:11 +02:00
FullscreenUI: Fix incorrect effect in save state selector
This commit is contained in:
@@ -2250,7 +2250,7 @@ void FullscreenUI::DrawSaveStateSelector()
|
||||
else if ((!AreAnyDialogsOpen() && WantsToCloseMenu()) || closed)
|
||||
{
|
||||
ClearSaveStateEntryList();
|
||||
ReturnToPreviousWindow();
|
||||
ReturnToPreviousWindow(TransitionEffect::ZoomOut);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user