Misc matches (#274)

This commit is contained in:
hatal175
2023-02-09 17:52:32 +02:00
committed by GitHub
parent 0bc2adb1c8
commit 5b2c3c258d
54 changed files with 430 additions and 1915 deletions
+2 -2
View File
@@ -19,9 +19,9 @@
/* 80020ACC-80020AE8 001C+00 s=1 e=0 z=0 None .text fpcCtRq_isCreatingByID__FP10create_tagPUi
*/
BOOL fpcCtRq_isCreatingByID(create_tag* pTag, unsigned int* pId) {
bool fpcCtRq_isCreatingByID(create_tag* pTag, unsigned int* pId) {
create_request* pReq = static_cast<create_request*>(pTag->mBase.mpTagData);
return checkEqual(*pId, pReq->mBsPcId);
return pReq->mBsPcId == *pId;
}
/* 80020AE8-80020B20 0038+00 s=0 e=2 z=0 None .text fpcCtRq_IsCreatingByID__FUi */