Erwan - put back standard left,up,right,down keys for windows control
This commit is contained in:
@@ -167,6 +167,10 @@ static const struct { WPARAM keysym; u32 pspCode; } gDefaultBindings[] =
|
||||
{ VK_CONTROL, PSP_CTRL_SELECT },
|
||||
{ VK_RETURN, PSP_CTRL_START },
|
||||
{ VK_ESCAPE, PSP_CTRL_START },
|
||||
{ VK_UP, PSP_CTRL_UP },
|
||||
{ VK_RIGHT, PSP_CTRL_RIGHT },
|
||||
{ VK_DOWN, PSP_CTRL_DOWN },
|
||||
{ VK_LEFT, PSP_CTRL_LEFT },
|
||||
{ 'Z', PSP_CTRL_UP },
|
||||
{ 'D', PSP_CTRL_RIGHT },
|
||||
{ 'S', PSP_CTRL_DOWN },
|
||||
|
||||
Reference in New Issue
Block a user