mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +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
|
typedef struct
|
||||||
{
|
{
|
||||||
char deferred_path[PATH_MAX_LENGTH];
|
char deferred_path[PATH_MAX_LENGTH];
|
||||||
|
|
||||||
char scratch_buf[PATH_MAX_LENGTH];
|
char scratch_buf[PATH_MAX_LENGTH];
|
||||||
char scratch2_buf[PATH_MAX_LENGTH];
|
char scratch2_buf[PATH_MAX_LENGTH];
|
||||||
|
|
||||||
uint64_t state;
|
uint64_t state;
|
||||||
struct
|
struct
|
||||||
{
|
{
|
||||||
char msg[PATH_MAX_LENGTH];
|
char msg[255];
|
||||||
} menu_state;
|
} menu_state;
|
||||||
|
|
||||||
char db_playlist_file[PATH_MAX_LENGTH];
|
char db_playlist_file[PATH_MAX_LENGTH];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user