mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-05 14:57:46 -04:00
some tweaks for win32 version
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@806 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
8ced8d2b38
commit
7ee5c389e6
5 changed files with 20 additions and 14 deletions
|
@ -216,6 +216,10 @@ static const struct {
|
|||
{ 'D', IN_BINDTYPE_PLAYER12, 5 }, /* C */
|
||||
{ 'A', IN_BINDTYPE_PLAYER12, 6 }, /* A */
|
||||
{ VK_RETURN, IN_BINDTYPE_PLAYER12, 7 },
|
||||
{ 'E', IN_BINDTYPE_PLAYER12, 8 }, /* Z */
|
||||
{ 'W', IN_BINDTYPE_PLAYER12, 9 }, /* Y */
|
||||
{ 'Q', IN_BINDTYPE_PLAYER12,10 }, /* X */
|
||||
{ 'R', IN_BINDTYPE_PLAYER12,11 }, /* M */
|
||||
/*
|
||||
{ BTN_SELECT, IN_BINDTYPE_EMU, PEVB_MENU },
|
||||
// { BTN_Y, IN_BINDTYPE_EMU, PEVB_SWITCH_RND },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue