mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-04 20:45:35 -04:00
make function signatures more consistent
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user