mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-10 14:11:43 +00:00
r2p: bring in line with other defs
This commit is contained in:
parent
16cd1141d1
commit
2c39efea4c
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
#include <switch.h>
|
#include <switch.h>
|
||||||
|
|
||||||
#define IRAM_PAYLOAD_MAX_SIZE 0x20000
|
#define IRAM_PAYLOAD_MAX_SIZE 0x24000
|
||||||
#define IRAM_PAYLOAD_BASE 0x40010000
|
#define IRAM_PAYLOAD_BASE 0x40010000
|
||||||
|
|
||||||
static alignas(0x1000) u8 g_reboot_payload[IRAM_PAYLOAD_MAX_SIZE];
|
static alignas(0x1000) u8 g_reboot_payload[IRAM_PAYLOAD_MAX_SIZE];
|
||||||
|
|
Loading…
Reference in a new issue