f_pc mostly linked for Wii/Shield (#3015)

This commit is contained in:
Max Roncace
2026-01-06 07:45:15 -05:00
committed by GitHub
parent b6e14dd4c8
commit c1aeec67aa
64 changed files with 363 additions and 336 deletions
+2 -2
View File
@@ -13,8 +13,8 @@
#include "f_pc/f_pc_debug_sv.h"
BOOL fpcCtRq_isCreatingByID(create_tag* i_createTag, fpc_ProcID* i_id) {
create_request* req = (create_request*)i_createTag->base.mpTagData;
if (req->id == *i_id) {
fpc_ProcID id = ((create_request*)i_createTag->base.mpTagData)->id;
if (id == *i_id) {
return TRUE;
} else {
return FALSE;