Mercurial > repos > blastem
diff nuklear_ui/blastem_nuklear.c @ 2222:bb1bcdb027e0
Merge
author | Michael Pavone <pavone@retrodev.com> |
---|---|
date | Sun, 04 Sep 2022 14:26:12 -0700 |
parents | dd9d43c67986 |
children | 93918a6a8ab7 |
line wrap: on
line diff
--- a/nuklear_ui/blastem_nuklear.c Sun Sep 04 14:25:42 2022 -0700 +++ b/nuklear_ui/blastem_nuklear.c Sun Sep 04 14:26:12 2022 -0700 @@ -1467,11 +1467,11 @@ { if (nk_begin(context, "Controller Type", nk_rect(0, 0, render_width(), render_height()), 0)) { controller_type_group(context, "Xbox", TYPE_XBOX, SUBTYPE_XBOX, (const char *[]){ - "Original", "Xbox 360", "Xbox One" - }, 3); + "Original", "Xbox 360", "Xbox One/Series", "Xbox Elite" + }, 4); controller_type_group(context, "Playstation", TYPE_PSX, SUBTYPE_PS3, (const char *[]){ - "PS3", "PS4" - }, 2); + "PS3", "PS4", "PS5" + }, 3); controller_type_group(context, "Sega", TYPE_SEGA, SUBTYPE_GENESIS, (const char *[]){ "Genesis", "Saturn" }, 2);