Skip to content

Commit

Permalink
Increase ARM9_PAYLOAD_MAX_SIZE
Browse files Browse the repository at this point in the history
  • Loading branch information
d0k3 committed Sep 26, 2017
1 parent 9b4dc2a commit 7d719ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#define PAYLOAD_PATH_LUMA "/luma/payloads"

#define NETWORK_PORT 17491
#define ARM9_PAYLOAD_MAX_SIZE 0x80000
#define ARM9_PAYLOAD_MAX_SIZE (0x400000 - 0x200)
#define ZLIB_CHUNK (16 * 1024)

void write_to_file(const char* filename, u8* buf, u32 size) {
Expand Down

0 comments on commit 7d719ea

Please sign in to comment.