Build fix

This commit is contained in:
oioitff 2013-04-18 20:23:26 +08:00
parent 7ff4f34a48
commit 36a03f7ad3

View File

@ -4,7 +4,7 @@
#include "../Core/HLE/sceCtrl.h"
#include "WinUser.h"
static const unsigned int key_pad_map[] = {
unsigned int key_pad_map[] = {
VK_TAB, PAD_BUTTON_LEFT_THUMB,
VK_SPACE, PAD_BUTTON_START,
'V', PAD_BUTTON_SELECT,
@ -20,7 +20,7 @@ static const unsigned int key_pad_map[] = {
VK_RIGHT, PAD_BUTTON_RIGHT,
};
static const unsigned short analog_ctrl_map[] = {
unsigned short analog_ctrl_map[] = {
'I', CTRL_UP,
'K', CTRL_DOWN,
'J', CTRL_LEFT,