sysupdater: begin implementing api

This commit is contained in:
Michael Scire
2020-06-25 21:59:59 -07:00
parent f197b88dd7
commit aa9ba17986
15 changed files with 362 additions and 14 deletions

View File

@@ -157,6 +157,7 @@ namespace ams::mitm {
/* Connect to set:sys. */
sm::DoWithSession([]() {
R_ABORT_UNLESS(setInitialize());
R_ABORT_UNLESS(setsysInitialize());
});