From 1386ad69ff2ad9b315bd22fb1065d34968fbd88e Mon Sep 17 00:00:00 2001 From: John Peterson Date: Tue, 20 Jan 2009 14:28:45 +0000 Subject: [PATCH] nJoy: Comment change git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1955 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Plugins/Plugin_nJoy_SDL/Src/GUI/ConfigBox.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/Plugins/Plugin_nJoy_SDL/Src/GUI/ConfigBox.cpp b/Source/Plugins/Plugin_nJoy_SDL/Src/GUI/ConfigBox.cpp index ad6e0b6305..8342694fb0 100644 --- a/Source/Plugins/Plugin_nJoy_SDL/Src/GUI/ConfigBox.cpp +++ b/Source/Plugins/Plugin_nJoy_SDL/Src/GUI/ConfigBox.cpp @@ -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 }; ////////////////////////