PSP: Replaced use of SDLKey with SDL_Keycode.

This commit is contained in:
Philipp Wiesemann 2015-08-24 22:35:01 +02:00
parent 991feafa09
commit 212e99633b
1 changed files with 1 additions and 1 deletions

View File

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