mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-03 03:05:18 +02:00
Add a "hold" version of the axis swap toggle. Often more convenient.
This is useful for working around some annoying control schemes. Fixes #21354
This commit is contained in:
+2
-1
@@ -460,7 +460,8 @@ const KeyMap_IntStrPair psp_button_names[] = {
|
||||
{VIRTKEY_ANALOG_ROTATE_CCW, "Rotate Analog (CCW)"},
|
||||
{VIRTKEY_ANALOG_LIGHTLY, "Analog limiter"},
|
||||
{VIRTKEY_RAPID_FIRE, "RapidFire"},
|
||||
{VIRTKEY_AXIS_SWAP, "AxisSwap"},
|
||||
{VIRTKEY_AXIS_SWAP_HOLD, "Axis swap (hold)"},
|
||||
{VIRTKEY_AXIS_SWAP_TOGGLE, "Axis swap (toggle)"},
|
||||
|
||||
{VIRTKEY_FASTFORWARD, "Fast-forward"},
|
||||
{VIRTKEY_PAUSE, "Pause"},
|
||||
|
||||
Reference in New Issue
Block a user