mirror of
https://github.com/Atmosphere-NX/Atmosphere-libs.git
synced 2025-08-07 07:59:27 +02:00
ncm: fix GameCardStorageRoot mount point (closes #1404)
This commit is contained in:
parent
a156728af7
commit
3bcfb043f1
@ -214,7 +214,7 @@ namespace ams::ncm {
|
|||||||
|
|
||||||
/* Create a new mount name and copy it to out. */
|
/* Create a new mount name and copy it to out. */
|
||||||
std::strcpy(out->mount_name, impl::CreateUniqueMountName().str);
|
std::strcpy(out->mount_name, impl::CreateUniqueMountName().str);
|
||||||
util::SNPrintf(out->path, sizeof(out->path), "%s:/", out->mount_name);
|
util::SNPrintf(out->path, sizeof(out->path), "%s:", out->mount_name);
|
||||||
|
|
||||||
return ResultSuccess();
|
return ResultSuccess();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user