mirror of
https://github.com/Thealexbarney/LibHac.git
synced 2025-02-09 13:14:46 +01:00
Update Xci.HasPartition for the new path handling
This commit is contained in:
parent
e14a20b4fa
commit
770cd222f1
@ -24,7 +24,7 @@ namespace LibHac
|
||||
{
|
||||
if (type == XciPartitionType.Root) return true;
|
||||
|
||||
return GetRootPartition().FileExists(type.GetFileName());
|
||||
return GetRootPartition().FileExists("/" + type.GetFileName());
|
||||
}
|
||||
|
||||
public XciPartition OpenPartition(XciPartitionType type)
|
||||
|
Loading…
x
Reference in New Issue
Block a user