mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 16:39:43 +00:00
Change size of msg variable
This commit is contained in:
parent
6cc14a4fb9
commit
8f401b8fe8
@ -217,14 +217,13 @@ enum menu_settings_type
|
||||
typedef struct
|
||||
{
|
||||
char deferred_path[PATH_MAX_LENGTH];
|
||||
|
||||
char scratch_buf[PATH_MAX_LENGTH];
|
||||
char scratch2_buf[PATH_MAX_LENGTH];
|
||||
|
||||
uint64_t state;
|
||||
struct
|
||||
{
|
||||
char msg[PATH_MAX_LENGTH];
|
||||
char msg[255];
|
||||
} menu_state;
|
||||
|
||||
char db_playlist_file[PATH_MAX_LENGTH];
|
||||
|
Loading…
Reference in New Issue
Block a user