(Menu) Refactor code in menu_info_screen_iterate
This commit is contained in:
parent
77b2fe4910
commit
98e0c87a45
File diff suppressed because it is too large
Load Diff
|
@ -774,6 +774,9 @@ void setting_data_get_description(const void *data, char *msg, size_t sizeof_msg
|
||||||
"RetroArch will automatically load any savestate\n"
|
"RetroArch will automatically load any savestate\n"
|
||||||
"with this path on startup if 'Savestate Auto\n"
|
"with this path on startup if 'Savestate Auto\n"
|
||||||
"Load' is set.");
|
"Load' is set.");
|
||||||
|
else
|
||||||
|
snprintf(msg, sizeof_msg,
|
||||||
|
"-- No info on this item is available. --\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
static void general_read_handler(const void *data)
|
static void general_read_handler(const void *data)
|
||||||
|
|
Loading…
Reference in New Issue