nim: add DestroySystemUpdateTask/ListSystemUpdateTask (#863)

This commit is contained in:
SciresM 2020-03-31 12:50:55 -07:00 committed by GitHub
parent 2b930d21fd
commit 07c95662b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 171 additions and 1 deletions

View file

@ -48,6 +48,7 @@
#include "stratosphere/lr.hpp"
#include "stratosphere/map.hpp"
#include "stratosphere/ncm.hpp"
#include "stratosphere/nim.hpp"
#include "stratosphere/patcher.hpp"
#include "stratosphere/pm.hpp"
#include "stratosphere/reg.hpp"
@ -58,7 +59,6 @@
#include "stratosphere/spl.hpp"
#include "stratosphere/updater.hpp"
/* Include FS last. */
#include "stratosphere/fs.hpp"
#include "stratosphere/fssrv.hpp"