strat: fix sysmodule building, bump version so I don't forget later

This commit is contained in:
Michael Scire
2023-02-21 23:09:47 -07:00
parent 5e82e72411
commit 2fa8a57f27
9 changed files with 41 additions and 23 deletions

View File

@@ -28,6 +28,6 @@ namespace ams::mitm::sysupdater {
util::string_view GetFileName() const;
};
Result MountSdCardContentMeta(const char *mount_name, const char *path);
Result MountSdCardContentMeta(const char *mount_name, const char *path, ams::fs::ContentAttributes attr);
}