mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-07 05:03:35 +02:00
Add mappable devkit-only L2/L3/R2/R3 controls.
Can be used to bring up a debug menu in Castlevania: SOTN, see issue #17464 Could also be used in PPSSPP-specific homebrew, in theory. Fixes #17464
This commit is contained in:
@@ -474,6 +474,10 @@ const KeyMap_IntStrPair psp_button_names[] = {
|
||||
{CTRL_VOL_DOWN, "Vol -"},
|
||||
{CTRL_SCREEN, "Screen"},
|
||||
{CTRL_NOTE, "Note"},
|
||||
{CTRL_L2, "Dev-kit L2"},
|
||||
{CTRL_L3, "Dev-kit L3"},
|
||||
{CTRL_R2, "Dev-kit R2"},
|
||||
{CTRL_R3, "Dev-kit R3"},
|
||||
};
|
||||
|
||||
// key here can be other things than InputKeyCode.
|
||||
|
||||
Reference in New Issue
Block a user