sysupdater: implement content meta mounting

This commit is contained in:
Michael Scire
2020-06-26 02:24:52 -07:00
committed by SciresM
parent 28a6bb713c
commit a6218ed814
7 changed files with 305 additions and 6 deletions

View File

@@ -18,6 +18,6 @@
namespace ams::mitm::sysupdater {
Result MountContentMeta(const char *mount_name, const char *path);
Result MountSdCardContentMeta(const char *mount_name, const char *path);
}