nJoy: Comment change

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1955 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
John Peterson 2009-01-20 14:28:45 +00:00
parent 4f0298df1b
commit 1386ad69ff
1 changed files with 2 additions and 2 deletions

View File

@ -53,8 +53,8 @@ static const char* DPadType[] =
// Trigger type
static const char* TriggerType[] =
{
"SDL", // 0x0000 to 0x8000
"XInput", // -0x8000 to 0x8000
"SDL", // -0x8000 to 0x7fff
"XInput", // 0 to 0xff
};
////////////////////////