mirror of
https://github.com/LumaTeam/Luma3DS.git
synced 2026-02-22 01:44:38 +00:00
Fix menu thread stack overflow
sizeof(menuThreadStack) not matching 0x3000
This commit is contained in:
parent
74a0b2feae
commit
47916b2831
@ -124,7 +124,7 @@ u32 waitCombo(void)
|
||||
}
|
||||
|
||||
static MyThread menuThread;
|
||||
static u8 ALIGN(8) menuThreadStack[THREAD_STACK_SIZE];
|
||||
static u8 ALIGN(8) menuThreadStack[0x3000];
|
||||
static u8 batteryLevel = 255;
|
||||
|
||||
MyThread *menuCreateThread(void)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user