stacks.c 224 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 #include <ultratypes.h> #include "spacerom.h" #include "stacks.h" u64 gameThreadStack[STACKSIZE/8]; u64 mainThreadStack[STACKSIZE/8]; u64 rmonStack[STACKSIZE/8]; u64 audioStack[STACKSIZE/8]; u64 scheduleStack[STACKSIZE/8];