summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authornakeee <nakeee@gmail.com>2008-09-07 14:07:37 +0000
committernakeee <nakeee@gmail.com>2008-09-07 14:07:37 +0000
commit426b40417bc0743f262c46728ee12fc6a3e16304 (patch)
tree289877ddf0a695f2fefbbb499e27099b527444a4 /Source
parent0882a71e56b0ccf5ffd5c0b4ba8e8015a6d4adb7 (diff)
no negative ketForControl
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@461 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source')
-rw-r--r--Source/Plugins/Plugin_PadSimple/Src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Plugins/Plugin_PadSimple/Src/main.cpp b/Source/Plugins/Plugin_PadSimple/Src/main.cpp
index 31fd7ed757..8aa348dbe6 100644
--- a/Source/Plugins/Plugin_PadSimple/Src/main.cpp
+++ b/Source/Plugins/Plugin_PadSimple/Src/main.cpp
@@ -108,7 +108,7 @@ static const char* controlNames[] =
"Soft_triggers_switch",
};
-int keyForControl[NUMCONTROLS];
+unsigned int keyForControl[NUMCONTROLS];
HINSTANCE g_hInstance = NULL;
SPADInitialize g_PADInitialize;