merge some pollux code from PCSX

This commit is contained in:
notaz 2012-11-05 00:02:34 +02:00
parent a1b30e1a4a
commit afdbb7c873
4 changed files with 267 additions and 40 deletions

View file

@ -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)