Mercurial > repos > blastem
comparison controller_info.c @ 2626:36aa9ead0e62
Less confusing labels for Xbox-style analog stick click buttons
author | Michael Pavone <pavone@retrodev.com> |
---|---|
date | Sat, 22 Feb 2025 23:11:35 -0800 |
parents | 6bd492b8172e |
children | 023aa4839ff6 |
comparison
equal
deleted
inserted
replaced
2625:672540d71ea5 | 2626:36aa9ead0e62 |
---|---|
293 info_config = NULL; | 293 info_config = NULL; |
294 render_reset_mappings(); | 294 render_reset_mappings(); |
295 } | 295 } |
296 | 296 |
297 char const *labels_xbox[] = { | 297 char const *labels_xbox[] = { |
298 "A", "B", "X", "Y", "Back", NULL, "Start", "Click", "Click", "White", "Black", "LT", "RT" | 298 "A", "B", "X", "Y", "Back", NULL, "Start", "LS Click", "RS Click", "White", "Black", "LT", "RT" |
299 }; | 299 }; |
300 char const *labels_360[] = { | 300 char const *labels_360[] = { |
301 "A", "B", "X", "Y", "Back", "Xbox", "Start", "Click", "Click", "LB", "RB", "LT", "RT" | 301 "A", "B", "X", "Y", "Back", "Xbox", "Start", "LS Click", "RS Click", "LB", "RB", "LT", "RT" |
302 }; | 302 }; |
303 static char const *labels_xbone[] = { | 303 static char const *labels_xbone[] = { |
304 "A", "B", "X", "Y", "View", "Xbox", "Menu", "Click", "Click", "LB", "RB", "LT", "RT" | 304 "A", "B", "X", "Y", "View", "Xbox", "Menu", "LS Click", "RS Click", "LB", "RB", "LT", "RT" |
305 }; | 305 }; |
306 static char const *labels_ps3[] = { | 306 static char const *labels_ps3[] = { |
307 "cross", "circle", "square", "triangle", "Select", "PS", "Start", "L3", "R3", "L1", "R1", "L2", "R2" | 307 "cross", "circle", "square", "triangle", "Select", "PS", "Start", "L3", "R3", "L1", "R1", "L2", "R2" |
308 }; | 308 }; |
309 static char const *labels_ps4[] = { | 309 static char const *labels_ps4[] = { |