From 212e99633bebdc0a9c5e36cfa23ef28b11b449dd Mon Sep 17 00:00:00 2001 From: Philipp Wiesemann Date: Mon, 24 Aug 2015 22:35:01 +0200 Subject: [PATCH] PSP: Replaced use of SDLKey with SDL_Keycode. --- src/video/psp/SDL_pspevents.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/video/psp/SDL_pspevents.c b/src/video/psp/SDL_pspevents.c index 0ef4335fc33c6..7117b50ad615a 100644 --- a/src/video/psp/SDL_pspevents.c +++ b/src/video/psp/SDL_pspevents.c @@ -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;