Erwan - put back standard left,up,right,down keys for windows control

This commit is contained in:
wagic.the.homebrew
2009-01-18 12:38:45 +00:00
parent 9e314720e9
commit 8378042a79

View File

@@ -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 },