mirror of
https://github.com/zeldaret/oot
synced 2026-09-07 19:20:49 -04:00
Use s32 as type instead of StackStatus enum type
This commit is contained in:
@@ -72,7 +72,7 @@ void StackCheck_Cleanup(StackEntry* entry) {
|
||||
}
|
||||
}
|
||||
|
||||
StackStatus StackCheck_GetState(StackEntry* entry) {
|
||||
s32 StackCheck_GetState(StackEntry* entry) {
|
||||
u32* last;
|
||||
u32 used;
|
||||
u32 free;
|
||||
|
||||
Reference in New Issue
Block a user