mirror of
https://github.com/libretro/RetroArch
synced 2025-03-17 10:21:26 +00:00
Silence warning - char buffer was too small for what we wanted to
fit into it
This commit is contained in:
parent
fa6d5333f7
commit
b84f62c440
@ -307,7 +307,7 @@ typedef struct
|
||||
uint64_t state;
|
||||
|
||||
char *core_buf;
|
||||
char menu_state_msg[1024];
|
||||
char menu_state_msg[8192];
|
||||
/* Scratchpad variables. These are used for instance
|
||||
* by the filebrowser when having to store intermediary
|
||||
* paths (subdirs/previous dirs/current dir/path, etc).
|
||||
|
Loading…
x
Reference in New Issue
Block a user