sysupdater: implement content meta mounting

This commit is contained in:
Michael Scire
2020-06-26 02:24:52 -07:00
parent aa9ba17986
commit dc9c9284e2
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);
}