diff --git a/Ryujinx.HLE/HOS/Services/FspSrv/IFileSystemProxy.cs b/Ryujinx.HLE/HOS/Services/FspSrv/IFileSystemProxy.cs index 6d047c32eb..9efd214b42 100644 --- a/Ryujinx.HLE/HOS/Services/FspSrv/IFileSystemProxy.cs +++ b/Ryujinx.HLE/HOS/Services/FspSrv/IFileSystemProxy.cs @@ -325,7 +325,7 @@ namespace Ryujinx.HLE.HOS.Services.FspSrv Ticket.GetTitleKey(Context.Device.System.KeySet); } - string Filename = FullPath.Replace(ArchivePath.FullName, string.Empty); + string Filename = FullPath.Replace(ArchivePath.FullName, string.Empty).TrimStart('\\'); if (Nsp.FileExists(Filename)) {