sysupdater: make GetUpdateInformation work on hardware.

This commit is contained in:
Michael Scire
2020-06-26 04:34:26 -07:00
parent dc9c9284e2
commit 4291d81642
5 changed files with 37 additions and 8 deletions

View File

@@ -139,6 +139,9 @@ namespace ams::mitm {
/* Open global SD card file system, so that other threads can begin using the SD. */
mitm::fs::OpenGlobalSdCardFileSystem();
/* Mount the sd card at a convenient mountpoint. */
ams::fs::MountSdCard(ams::fs::impl::SdCardFileSystemMountName);
/* Initialize the reboot manager (load a payload off the SD). */
/* Discard result, since it doesn't need to succeed. */
mitm::bpc::LoadRebootPayload();