Skip to content

Commit

Permalink
Add JPN diff to f_pc_fstcreate_req
Browse files Browse the repository at this point in the history
  • Loading branch information
encounter committed Sep 10, 2023
1 parent 5ea54cb commit f4b3890
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/f_pc/f_pc_fstcreate_req.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,11 @@ base_process_class* fpcFCtRq_Request(layer_class* i_layer, s16 i_procTypeID,
return proc;
}
}
#if VERSION == VERSION_JPN
fpcCtRq_Delete(&request->mBase);
#else
fpcCtRq_Cancel(&request->mBase);
#endif
}
return NULL;
}
Expand Down

0 comments on commit f4b3890

Please sign in to comment.