Skip to content

Commit

Permalink
Increase buffer size of usb util game name
Browse files Browse the repository at this point in the history
  • Loading branch information
KrahJohlito authored Aug 10, 2021
1 parent cdc5bed commit c71cecc
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 c71cecc

Please sign in to comment.