mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-06 07:38:05 -04:00
psp, enable using new pspdev, fix some bugs
This commit is contained in:
parent
0e67fb6011
commit
a2d1369cb5
5 changed files with 16 additions and 16 deletions
|
@ -140,7 +140,6 @@ static struct {
|
|||
{ PSP_CTRL_SQUARE, PBTN_MA3 },
|
||||
{ PSP_CTRL_LTRIGGER, PBTN_L },
|
||||
{ PSP_CTRL_RTRIGGER, PBTN_R },
|
||||
{ PSP_CTRL_SELECT, PBTN_MENU },
|
||||
};
|
||||
|
||||
#define KEY_PBTN_MAP_SIZE (sizeof(key_pbtn_map) / sizeof(key_pbtn_map[0]))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue