mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-30 22:45:17 -04:00
fatal: fix payload size, pm: take from application instead of applet
This commit is contained in:
parent
b2fb42e39d
commit
08d1e9b880
2 changed files with 4 additions and 8 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue