Skip to content

Commit

Permalink
Higher stack size.
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Rohloff <v10lator@myway.de>
  • Loading branch information
V10lator committed Feb 26, 2024
1 parent 5743a09 commit a9952ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/input.c
Expand Up @@ -36,7 +36,7 @@
#include <padscore/wpad.h>
#include <vpad/input.h>

#define CT_STACK_SIZE 0x1000
#define CT_STACK_SIZE 0x2000
#define SWKBD_QUEUE_SIZE 8

// WIP. This need a better implementation
Expand Down

0 comments on commit a9952ff

Please sign in to comment.