Split and fix SMDH match maker IDs.

This commit is contained in:
Steveice10
2019-03-02 17:09:06 -08:00
parent c421c16cd3
commit 82b49e9102
2 changed files with 10 additions and 8 deletions

View File

@@ -76,7 +76,8 @@ typedef struct {
typedef struct {
u8 gameRatings[SMDH_NUM_RATING_SLOTS];
u32 regionLock;
u8 matchMakerId[0xC];
u32 matchMakerId;
u64 matchMakerBitId;
u32 flags;
u16 eulaVersion;
u16 reserved1;
@@ -95,4 +96,4 @@ typedef struct {
u16 largeIcon[SMDH_LARGE_ICON_SIZE * SMDH_LARGE_ICON_SIZE];
} SMDH;
#endif
#endif