mirror of
https://github.com/holub/mame
synced 2025-06-15 17:07:05 +03:00
osd: Fixed names of face buttons on Switch Pro Controller with SDL Game Controller provider.
This commit is contained in:
parent
b97bda1282
commit
cea727b85a
@ -169,10 +169,10 @@ char const *const CONTROLLER_BUTTON_XBOX360[]{
|
|||||||
"Touchpad" };
|
"Touchpad" };
|
||||||
|
|
||||||
[[maybe_unused]] char const *const CONTROLLER_BUTTON_SWITCH[]{
|
[[maybe_unused]] char const *const CONTROLLER_BUTTON_SWITCH[]{
|
||||||
"B",
|
|
||||||
"A",
|
"A",
|
||||||
|
"B",
|
||||||
|
"X",
|
||||||
"Y",
|
"Y",
|
||||||
"Z",
|
|
||||||
"-",
|
"-",
|
||||||
"Home",
|
"Home",
|
||||||
"+",
|
"+",
|
||||||
|
Loading…
Reference in New Issue
Block a user