mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-27 13:14:15 -04:00
ncm: implement firmware downgrading (#958)
* ncm: implement firmware downgrading * ncm: make storage list const
This commit is contained in:
parent
19d8a0fc2b
commit
79ae47f028
5 changed files with 111 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue