mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-16 16:14:25 -04:00
ams.mitm: add bpc handler, for reboot power button stuff
This commit is contained in:
parent
e715197290
commit
784964d49d
12 changed files with 226 additions and 26 deletions
|
@ -29,7 +29,6 @@
|
|||
#include "fatal_config.hpp"
|
||||
#include "fatal_repair.hpp"
|
||||
#include "fatal_font.hpp"
|
||||
#include "fatal_payload_manager.hpp"
|
||||
|
||||
extern "C" {
|
||||
extern u32 __start__;
|
||||
|
@ -159,10 +158,7 @@ int main(int argc, char **argv)
|
|||
{
|
||||
/* Load settings from set:sys. */
|
||||
InitializeFatalConfig();
|
||||
|
||||
/* Load a payload from the SD card. */
|
||||
FatalPayloadManager::LoadPayloadFromSdCard();
|
||||
|
||||
|
||||
/* Load shared font. */
|
||||
if (R_FAILED(FontManager::InitializeSharedFont())) {
|
||||
std::abort();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue