fatal: fix payload size, pm: take from application instead of applet

This commit is contained in:
Michael Scire 2019-01-24 08:33:06 -08:00
parent b2fb42e39d
commit 08d1e9b880
2 changed files with 4 additions and 8 deletions

View file

@ -18,7 +18,7 @@
#include <switch.h>
#include <stratosphere.hpp>
#define IRAM_PAYLOAD_MAX_SIZE 0x30000
#define IRAM_PAYLOAD_MAX_SIZE 0x2F000
#define IRAM_PAYLOAD_BASE 0x40010000ull
class FatalPayloadManager {