mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-23 06:34:18 -04:00
refactor main and irqmgr
This commit is contained in:
@@ -3,8 +3,14 @@
|
||||
|
||||
#include "types.h"
|
||||
|
||||
#define IRQMGR_STACK_SIZE 0x1000
|
||||
#define PADMGR_STACK_SIZE 0x1000
|
||||
#define GRAPH_STACK_SIZE 0x2000
|
||||
|
||||
extern u8 graphStack[];
|
||||
extern u8 padmgrStack[];
|
||||
extern u8 irqmgrStack[];
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user