ncm: implement firmware downgrading (#958)

* ncm: implement firmware downgrading

* ncm: make storage list const
This commit is contained in:
Adubbz 2020-05-19 01:03:38 +10:00 committed by GitHub
parent 19d8a0fc2b
commit 79ae47f028
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 111 additions and 3 deletions

View file

@ -36,6 +36,7 @@
#include <stratosphere/ncm/ncm_memory_report.hpp>
#include <stratosphere/ncm/ncm_package_install_task_base.hpp>
#include <stratosphere/ncm/ncm_package_install_task.hpp>
#include <stratosphere/ncm/ncm_package_system_downgrade_task.hpp>
#include <stratosphere/ncm/ncm_package_system_update_task.hpp>
#include <stratosphere/ncm/ncm_submission_package_install_task.hpp>
#include <stratosphere/ncm/ncm_storage_utils.hpp>