nJoy: Comment change
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1955 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
4f0298df1b
commit
1386ad69ff
|
@ -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
|
||||
};
|
||||
////////////////////////
|
||||
|
||||
|
|
Loading…
Reference in New Issue