Explorar el Código

PSP: Replaced use of SDLKey with SDL_Keycode.

Philipp Wiesemann hace 11 años
padre
commit
212e99633b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/video/psp/SDL_pspevents.c

+ 1 - 1
src/video/psp/SDL_pspevents.c

@@ -42,7 +42,7 @@
 #define IRKBD_CONFIG_FILE     NULL    /* this will take ms0:/seplugins/pspirkeyb.ini */
 #define IRKBD_CONFIG_FILE     NULL    /* this will take ms0:/seplugins/pspirkeyb.ini */
 
 
 static int irkbd_ready = 0;
 static int irkbd_ready = 0;
-static SDLKey keymap[256];
+static SDL_Keycode keymap[256];
 #endif
 #endif
 
 
 static enum PspHprmKeys hprm = 0;
 static enum PspHprmKeys hprm = 0;