fix filename when accessing pfs
This commit is contained in:
parent
9c287b211b
commit
453d335e98
1 changed files with 1 additions and 1 deletions
|
@ -325,7 +325,7 @@ namespace Ryujinx.HLE.HOS.Services.FspSrv
|
||||||
Ticket.GetTitleKey(Context.Device.System.KeySet);
|
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))
|
if (Nsp.FileExists(Filename))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue