mirror of https://github.com/PCSX2/pcsx2.git
BPM: Make open in file browser exit fullscreen when clicked
This commit is contained in:
parent
f09e99fb05
commit
6eab82ecc0
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue