Skip to content

Commit fb22583

Browse files
committed
Change "code" variable type in CardMgrWork to int32_t
1 parent 49c7dce commit fb22583

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ttyd-tools/rel/include/ttyd/cardmgr.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ struct CardMgrWork
1818
uint32_t unk_18;
1919
gc::card::CARDFileInfo fileInfo;
2020
gc::card::CARDStat stat;
21-
uint32_t code; // Return value from CARD functions
21+
int32_t code; // Return value from CARD functions
2222
uint32_t unk_A0;
2323
uint32_t unk_A4;
2424
void *fileData; // Place where all 4 files are loaded to for the file select menu

0 commit comments

Comments
 (0)