boot: move updater into libstrat

This commit is contained in:
Michael Scire 2019-06-22 12:30:36 -07:00
parent d0d4888184
commit 1e7f41ea9f
14 changed files with 3 additions and 1411 deletions

View file

@ -15,12 +15,11 @@
*/
#include <stratosphere/spl.hpp>
#include <stratosphere/updater.hpp>
#include "boot_power_utils.hpp"
#include "boot_repair_boot_images.hpp"
#include "updater/updater_api.hpp"
namespace sts::boot {
namespace {