summaryrefslogtreecommitdiff
path: root/include/f_pc/f_pc_stdcreate_req.h
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2024-03-11 19:03:47 -0400
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2024-03-11 19:03:47 -0400
commit0dd3f6e47cd372bdf7ea1ea2313bfad80ee4eafe (patch)
treef86b73a1401905cde8f58195315365b374ca2db8 /include/f_pc/f_pc_stdcreate_req.h
parentd0e8844b4bce31b72e38c10c3467f23ac69e4072 (diff)
Standardize process ID type to be uint
Diffstat (limited to 'include/f_pc/f_pc_stdcreate_req.h')
-rw-r--r--include/f_pc/f_pc_stdcreate_req.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/f_pc/f_pc_stdcreate_req.h b/include/f_pc/f_pc_stdcreate_req.h
index 452ce7c8..09c98be0 100644
--- a/include/f_pc/f_pc_stdcreate_req.h
+++ b/include/f_pc/f_pc_stdcreate_req.h
@@ -24,6 +24,6 @@ s32 fpcSCtRq_phase_Done(standard_create_request_class*);
s32 fpcSCtRq_Handler(standard_create_request_class* pStdCreateReq);
s32 fpcSCtRq_Delete(standard_create_request_class*);
s32 fpcSCtRq_Cancel(standard_create_request_class*);
-s32 fpcSCtRq_Request(layer_class* param_1, s16 param_2, stdCreateFunc param_3, void* param_4, void* param_5);
+uint fpcSCtRq_Request(layer_class* param_1, s16 param_2, stdCreateFunc param_3, void* param_4, void* param_5);
#endif