FullscreenUI: Wire up Open in File Browser functionality (#3178)

This commit is contained in:
KamFretoZ 2024-04-16 09:29:26 +07:00 committed by Stenzek
parent 5ed362bd84
commit 79ccd5f3c3
No known key found for this signature in database

View file

@ -6611,8 +6611,8 @@ void FullscreenUI::DrawGameListSettingsWindow()
if (index == 0)
{
// Open in file browser... todo
Host::ReportErrorAsync("Error", "Not implemented");
// Open in file browser
Host::OpenURL(Path::CreateFileURL(dir));
}
else if (index == 1)
{