Skip to content

Commit

Permalink
Merge pull request #484 from KrahJohlito/KrahJohlito-patch-1-2
Browse files Browse the repository at this point in the history
Increase buffer size of usb util game name
  • Loading branch information
AKuHAK authored Aug 10, 2021
2 parents cdc5bed + c71cecc commit cf26068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/supportbase.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ typedef struct

typedef struct
{
char name[UL_GAME_NAME_MAX];
char name[UL_GAME_NAME_MAX + 1];
char startup[15];
u8 parts;
u8 media; // Disc type
Expand Down

0 comments on commit cf26068

Please sign in to comment.