(Menu) Refactor code in menu_info_screen_iterate

This commit is contained in:
twinaphex 2014-08-16 06:41:07 +02:00
parent 77b2fe4910
commit 98e0c87a45
2 changed files with 528 additions and 670 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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)