mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +00:00
(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"
|
||||
"with this path on startup if 'Savestate Auto\n"
|
||||
"Load' is set.");
|
||||
else
|
||||
snprintf(msg, sizeof_msg,
|
||||
"-- No info on this item is available. --\n");
|
||||
}
|
||||
|
||||
static void general_read_handler(const void *data)
|
||||
|
Loading…
x
Reference in New Issue
Block a user