chore: small cleanups

This commit is contained in:
Evan Husted
2024-12-21 16:59:13 -06:00
parent a460eda195
commit 5b36a9cf9f
6 changed files with 8 additions and 8 deletions

View File

@ -1,3 +1,4 @@
using Gommon;
using Ryujinx.Common.Logging;
using System;
using System.Diagnostics;
@ -34,6 +35,8 @@ namespace Ryujinx.UI.Common.Helper
}
}
public static void OpenFolder(FilePath path) => OpenFolder(path.Path);
public static void LocateFile(string path)
{
if (File.Exists(path))