mirror of
https://github.com/libretro/RetroArch
synced 2025-03-17 10:21:26 +00:00
Silence warning
This commit is contained in:
parent
268bf61da6
commit
7d6c0417eb
@ -4117,7 +4117,7 @@ static bool command_show_osd_msg(const char* arg)
|
||||
|
||||
static bool command_get_config_param(const char* arg)
|
||||
{
|
||||
char reply[4096] = {0};
|
||||
char reply[8192] = {0};
|
||||
const char *value = "unsupported";
|
||||
settings_t *settings = configuration_settings;
|
||||
bool video_fullscreen = settings->bools.video_fullscreen;
|
||||
|
Loading…
x
Reference in New Issue
Block a user