f_op matches

This commit is contained in:
Jasper St. Pierre
2023-09-09 23:00:31 -07:00
parent 0899971923
commit 32f62c1402
9 changed files with 204 additions and 44 deletions
+2 -2
View File
@@ -144,6 +144,6 @@ s32 fopScnRq_ReRequest(unsigned int param_1, s16 param_2, void* param_3) {
return fpcNdRq_ReRequest(param_1, param_2, param_3);
}
void fopScnRq_Handler() {
fpcNdRq_Handler();
s32 fopScnRq_Handler() {
return fpcNdRq_Handler();
}