Line up Input Device Type options next to each other

This commit is contained in:
twinaphex 2015-10-22 08:40:08 +02:00
parent d80289c39a
commit ce2fa6c0d2

View File

@ -1973,7 +1973,10 @@ static int menu_displaylist_parse_options_remappings(menu_displaylist_info_t *in
menu_displaylist_parse_settings(menu, info,
key_type, PARSE_ONLY_UINT);
}
for (p = 0; p < settings->input.max_users; p++)
{
for (retro_id = 0; retro_id < RARCH_FIRST_CUSTOM_BIND + 4; retro_id++)
{
char desc_label[64];