Skip to content

Commit

Permalink
PSP: Replaced use of SDLKey with SDL_Keycode.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed Aug 24, 2015
1 parent 991feaf commit 212e996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video/psp/SDL_pspevents.c
Expand Up @@ -42,7 +42,7 @@
#define IRKBD_CONFIG_FILE NULL /* this will take ms0:/seplugins/pspirkeyb.ini */

static int irkbd_ready = 0;
static SDLKey keymap[256];
static SDL_Keycode keymap[256];
#endif

static enum PspHprmKeys hprm = 0;
Expand Down

0 comments on commit 212e996

Please sign in to comment.