mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-07 15:48:04 -04:00
merge some pollux code from PCSX
This commit is contained in:
parent
a1b30e1a4a
commit
afdbb7c873
4 changed files with 267 additions and 40 deletions
|
@ -208,7 +208,7 @@ static const struct {
|
|||
|
||||
#define KEY_PBTN_MAP_SIZE (sizeof(key_pbtn_map) / sizeof(key_pbtn_map[0]))
|
||||
|
||||
static int in_gp2x_menu_translate(void *drv_data, int keycode)
|
||||
static int in_gp2x_menu_translate(void *drv_data, int keycode, char *charcode)
|
||||
{
|
||||
int i;
|
||||
if (keycode < 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue