BPM: Make open in file browser exit fullscreen when clicked

This commit is contained in:
KamFretoZ 2024-04-16 11:55:18 +07:00 committed by Connor McLaughlin
parent f09e99fb05
commit 6eab82ecc0
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{