Initial support of tracking progress per code/boot/overlay, and outputs the stats to csv.

This commit is contained in:
Kenix3
2021-03-07 19:45:08 -05:00
parent fb1ed529ad
commit 037ba9a22e
569 changed files with 15372 additions and 15198 deletions
+1 -1
View File
@@ -97,7 +97,7 @@ s32 StackCheck_GetState(StackEntry* entry) {
return 0;
}
#else
#pragma GLOBAL_ASM("asm/non_matchings/stackcheck/StackCheck_GetState.asm")
#pragma GLOBAL_ASM("./asm/non_matchings/boot/stackcheck/StackCheck_GetState.asm")
#endif
u32 StackCheck_CheckAll() {