mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-30 14:53:39 +00:00
Line up Input Device Type options next to each other
This commit is contained in:
parent
d80289c39a
commit
ce2fa6c0d2
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user