mirror of
https://github.com/Thealexbarney/LibHac.git
synced 2024-11-14 10:49:41 +01:00
Update Xci.HasPartition for the new path handling
This commit is contained in:
parent
e14a20b4fa
commit
770cd222f1
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ namespace LibHac
|
||||||
{
|
{
|
||||||
if (type == XciPartitionType.Root) return true;
|
if (type == XciPartitionType.Root) return true;
|
||||||
|
|
||||||
return GetRootPartition().FileExists(type.GetFileName());
|
return GetRootPartition().FileExists("/" + type.GetFileName());
|
||||||
}
|
}
|
||||||
|
|
||||||
public XciPartition OpenPartition(XciPartitionType type)
|
public XciPartition OpenPartition(XciPartitionType type)
|
||||||
|
|
Loading…
Reference in a new issue