Skip to content

Commit

Permalink
BPM: Make open in file browser exit fullscreen when clicked
Browse files Browse the repository at this point in the history
  • Loading branch information
kamfretoz committed Apr 16, 2024
1 parent 156a875 commit 0a6f531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pcsx2/ImGui/FullscreenUI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6284,7 +6284,7 @@ void FullscreenUI::DrawGameListSettingsWindow()
if (index == 0)
{
// Open In File Browser.
Host::OpenURL(Path::CreateFileURL(dir));
ExitFullscreenAndOpenURL(Path::CreateFileURL(dir));
}
else if (index == 1)
{
Expand Down

0 comments on commit 0a6f531

Please sign in to comment.