mirror of
https://github.com/yawut/SDL.git
synced 2026-04-24 15:26:55 -05:00
PSP: Replaced use of SDLKey with SDL_Keycode.
This commit is contained in:
parent
952fab6dab
commit
2fd9938832
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user