mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-22 13:55:38 +00:00
FullscreenUI: Wire up Open in File Browser functionality (#3178)
This commit is contained in:
parent
5ed362bd84
commit
79ccd5f3c3
|
@ -6611,8 +6611,8 @@ void FullscreenUI::DrawGameListSettingsWindow()
|
||||||
|
|
||||||
if (index == 0)
|
if (index == 0)
|
||||||
{
|
{
|
||||||
// Open in file browser... todo
|
// Open in file browser
|
||||||
Host::ReportErrorAsync("Error", "Not implemented");
|
Host::OpenURL(Path::CreateFileURL(dir));
|
||||||
}
|
}
|
||||||
else if (index == 1)
|
else if (index == 1)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue