Update src/Ryujinx.HLE/FileSystem/ContentPath.cs

Co-authored-by: gdkchan <gab.dark.100@gmail.com>
This commit is contained in:
Marco Carvalho 2024-04-06 14:41:21 -03:00 committed by GitHub
parent e876e8a1aa
commit ec31a88725
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -41,7 +41,6 @@ namespace Ryujinx.HLE.FileSystem
return realPath != null;
}
public static string GetContentPath(ContentStorageId contentStorageId)
{
return contentStorageId switch