Skip to content

Commit 8446396

Browse files
committed
12MB > 3.2MB for mod support
1 parent 0789aef commit 8446396

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sys-botbase/source/main.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#include <poll.h>
1616

1717
#define TITLE_ID 0x430000000000000B
18-
#define HEAP_SIZE 0x00C00000
18+
#define HEAP_SIZE 0x00300000
1919
#define THREAD_SIZE 0x1A000
2020

2121
typedef enum {
@@ -522,7 +522,7 @@ int argmain(int argc, char **argv)
522522
}
523523

524524
if(!strcmp(argv[0], "getVersion")){
525-
printf("2.3\n");
525+
printf("2.31\n");
526526
}
527527

528528
// follow pointers and print absolute offset (little endian, flip it yourself if required)

0 commit comments

Comments
 (0)