mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-03 08:08:39 -04:00
sysupdater: begin implementing api
This commit is contained in:
parent
fdc7ef62f7
commit
28a6bb713c
15 changed files with 362 additions and 14 deletions
|
@ -17,6 +17,7 @@
|
|||
#include "amsmitm_initialization.hpp"
|
||||
#include "amsmitm_module_management.hpp"
|
||||
#include "bpc_mitm/bpc_ams_power_utils.hpp"
|
||||
#include "sysupdater/sysupdater_fs_utils.hpp"
|
||||
|
||||
extern "C" {
|
||||
extern u32 __start__;
|
||||
|
@ -84,6 +85,12 @@ void __appInit(void) {
|
|||
spl::InitializeForFs();
|
||||
});
|
||||
|
||||
/* Initialize fssystem library. */
|
||||
fssystem::InitializeForFileSystemProxy();
|
||||
|
||||
/* Configure ncm to use fssystem library to mount content. */
|
||||
ncm::SetMountContentMetaFunction(mitm::sysupdater::MountContentMeta);
|
||||
|
||||
ams::CheckApiVersion();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue