Skip to content

Commit

Permalink
gamecard: update GameCardUid struct
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkMatterCore committed Dec 12, 2024
1 parent a070ad7 commit b34605f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/core/gamecard.h
Original file line number Diff line number Diff line change
Expand Up @@ -109,14 +109,14 @@ typedef enum {
} GameCardUidCardType;

typedef struct {
u8 maker_code; ///< GameCardUidMakerCode.
u8 maker_code; ///< GameCardUidMakerCode.
u8 version;
u8 card_type; ///< GameCardUidCardType.
u8 card_type; ///< GameCardUidCardType.
u8 unique_data[0x9];
u32 random;
u8 platform_flag;
u8 reserved[0xB];
FsCardId1 card_id_1; ///< Are we sure about this?
FsCardId1 card_id_1_mirror; ///< This field mirrors bit 5 of FsCardId1MemoryType.
u8 mac[0x20];
} GameCardUid;

Expand Down

0 comments on commit b34605f

Please sign in to comment.