diff options
| author | TakaRikka <38417346+TakaRikka@users.noreply.github.com> | 2024-10-12 15:11:17 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-12 15:11:17 -0700 |
| commit | 8514737d46227a90aa29312ec24a679d0a5cf59d (patch) | |
| tree | 26a0093102ce659780fd2341c47dc0144efba1d2 /src/f_pc/f_pc_create_req.cpp | |
| parent | 12eb254d769d84743b5cc6cd5424057c57eaf0ad (diff) | |
d_a_alink work / bump dtk version (#2205)
Diffstat (limited to 'src/f_pc/f_pc_create_req.cpp')
| -rw-r--r-- | src/f_pc/f_pc_create_req.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/f_pc/f_pc_create_req.cpp b/src/f_pc/f_pc_create_req.cpp index f605b23ee7..07a01a84b8 100644 --- a/src/f_pc/f_pc_create_req.cpp +++ b/src/f_pc/f_pc_create_req.cpp @@ -13,13 +13,13 @@ /* 80020ACC-80020AE8 001C+00 s=1 e=0 z=0 None .text fpcCtRq_isCreatingByID__FP10create_tagPUi */ -bool fpcCtRq_isCreatingByID(create_tag* i_createTag, unsigned int* i_procID) { +bool fpcCtRq_isCreatingByID(create_tag* i_createTag, fpc_ProcID* i_procID) { create_request* pReq = static_cast<create_request*>(i_createTag->mBase.mpTagData); return pReq->mBsPcId == *i_procID; } /* 80020AE8-80020B20 0038+00 s=0 e=2 z=0 None .text fpcCtRq_IsCreatingByID__FUi */ -BOOL fpcCtRq_IsCreatingByID(unsigned int i_id) { +BOOL fpcCtRq_IsCreatingByID(fpc_ProcID i_id) { return fpcCtIt_Judge((fpcLyIt_JudgeFunc)fpcCtRq_isCreatingByID, &i_id) != NULL ? TRUE : FALSE; } @@ -130,4 +130,4 @@ create_request* fpcCtRq_Create(layer_class* i_layer, u32 i_size, create_request_ } return pReq; -}
\ No newline at end of file +} |
