make function signatures more consistent

This commit is contained in:
Jcw87
2023-11-22 01:14:36 -08:00
parent 94465b0dbb
commit 586e74f8d4
12 changed files with 37 additions and 37 deletions
+1 -1
View File
@@ -188,7 +188,7 @@ int developKeyCheck(u32 btnTrig, u32 btnHold) {
}
/* 8000C23C-8000C3C0 .text myExceptionCallback__FUsP9OSContextUlUl */
void myExceptionCallback(unsigned short, OSContext*, unsigned long, unsigned long) {
void myExceptionCallback(OSError, OSContext*, u32, u32) {
u32 btnHold;
u32 btnTrig;