Update argument names in link headers, link_rfu doc cleanup
This commit is contained in:
+6
-6
@@ -984,12 +984,12 @@ static u32 QuitBerryCrush(MainCallback exitCallback)
|
||||
return 0;
|
||||
}
|
||||
|
||||
#define ERROR_EXIT(exitCallback) \
|
||||
{ \
|
||||
SetMainCallback2(exitCallback); \
|
||||
gRfu.errorParam0 = 0; \
|
||||
gRfu.errorParam1 = 0; \
|
||||
gRfu.errorState = RFU_ERROR_STATE_1; \
|
||||
#define ERROR_EXIT(exitCallback) \
|
||||
{ \
|
||||
SetMainCallback2(exitCallback); \
|
||||
gRfu.errorParam0 = 0; \
|
||||
gRfu.errorParam1 = 0; \
|
||||
gRfu.errorState = RFU_ERROR_STATE_OCCURRED; \
|
||||
}
|
||||
|
||||
void StartBerryCrush(MainCallback exitCallback)
|
||||
|
||||
Reference in New Issue
Block a user