Lots of fixes to Xbox and Ps2 joypad defaults

This commit is contained in:
adelikat 2014-05-29 02:25:13 +00:00
parent 4ab0642e78
commit a19e67deea
1 changed files with 791 additions and 799 deletions

View File

@ -7,8 +7,8 @@
"P1 Right":"RightArrow, J1 POV1R, X1 DpadRight, X1 LStickRight",
"P1 Start":"Return, J1 B10, X1 Start",
"P1 Select":"Space, J1 B9, X1 Back",
"P1 B": "Z, J1 B1, X1 A",
"P1 A": "X, J1 B2, X1 B",
"P1 B":"Z, J1 B1, X1 X",
"P1 A":"X, J1 B2, X1 A",
"P2 Up":"",
"P2 Down":"",
"P2 Left":"",
@ -36,8 +36,8 @@
"P1 X":"S, J1 B4, X1 Y",
"P1 B":"X, J1 B2, X1 A",
"P1 A":"Z, J1 B3, X1 B",
"P1 L": "W, J1 B5, X1 Left Trigger",
"P1 R": "E, J1 B6, X1 Right Trigger",
"P1 L":"W, J1 B5, X1 LeftShoulder",
"P1 R":"E, J1 B6, X1 RightShoulder",
"P2 Up":"",
"P2 Down":"",
"P2 Left":"",
@ -76,7 +76,7 @@
"P4 R":""
},
"Nintento 64 Controller":{
"P1 A Up": "UpArrow, J1 POV1U, X1 DpadUp, X1 LStickUp",
"P1 A Up":"UpArrow, J1 DpadUp, X1 LStickUp",
"P1 A Down":"DownArrow, J1 POV1D, X1 DpadDown, X1 LStickDown",
"P1 A Left":"LeftArrow, J1 POV1L, X1 DpadLeft, X1 LStickLeft",
"P1 A Right":"RightArrow, J1 POV1R, X1 DpadRight, X1 LStickRight",
@ -85,15 +85,15 @@
"P1 DPad L":"",
"P1 DPad R":"",
"P1 Start":"Return, J1 B10, X1 Start",
"P1 Z": "D, J1 B3",
"P1 B": "S, J1 B1, X1 B",
"P1 Z":"D, J1 B3, X1 B",
"P1 B":"S, J1 B1, X1 X",
"P1 A":"A, J1 B2, X1 A",
"P1 C Up": "NumberPad8, J1 RotationZ-",
"P1 C Down": "NumberPad2, J1 RotationZ+",
"P1 C Left": "NumberPad4, J1 Z-",
"P1 C Right": "NumberPad6, J1 Z+",
"P1 L": "Q, J1 B5",
"P1 R": "W, J1 B6",
"P1 C Up":"NumberPad8, J1 RotationZ-, X1 RStickUp",
"P1 C Down":"NumberPad2, J1 RotationZ+, X1 RStickDown",
"P1 C Left":"NumberPad4, J1 Z-, X1 RStickLeft",
"P1 C Right":"NumberPad6, J1 Z+, X1 RStickRight",
"P1 L":"Q, J1 B5, X1 LeftShoulder",
"P1 R":"W, J1 B6, X1 RightShoulder",
"P2 X Axis":"",
"P2 Y Axis":"",
"P2 A Up":"",
@ -164,8 +164,8 @@
"Right":"RightArrow, J1 POV1R, X1 DpadRight, X1 LStickRight",
"Start":"Return, J1 B10, X1 Start",
"Select":"Space, J1 B9, X1 Back",
"B": "Z, J1 B1, X1 A",
"A": "X, J1 B2, X1 B",
"B":"Z, J1 B1, X1 X",
"A":"X, J1 B2, X1 A",
"Power":""
},
"GBA Controller":{
@ -175,50 +175,50 @@
"Right":"RightArrow, J1 POV1R, X1 DpadRight, X1 LStickRight",
"Start":"Return, J1 B10, X1 Start",
"Select":"Space, J1 B9, X1 Back",
"B": "Z, J1 B1, X1 A",
"A": "X, J1 B2, X1 B",
"L": "W, J1 B5, X1 LeftTrigger",
"R": "E, J1 B6, X1 RightTrigger",
"B":"Z, J1 B1, X1 X",
"A":"X, J1 B2, X1 A",
"L":"W, J1 B5, X1 LeftShoulder",
"R":"E, J1 B6, X1 RightShoulder",
"Power":""
},
"Atari 2600 Basic Controller":{
"Reset": "D, J1 B9",
"Select": "S, J1 B10",
"Reset":"D, J1 B9, X1 Back",
"Select":"S, J1 B10, X1 Start",
"P1 Up":"UpArrow, J1 POV1U, X1 DpadUp, X1 LStickUp",
"P1 Down":"DownArrow, J1 POV1D, X1 DpadDown, X1 LStickDown",
"P1 Left":"LeftArrow,J1 POV1L, X1 DpadLeft, X1 LStickLeft",
"P1 Right":"RightArrow,J1 POV1R, X1 DpadRight, X1 LStickRight",
"P1 Button": "Z, J1 B1, X1 A",
"P2 Up": "NumberPad8, J1 RotationZ-",
"P2 Down": "NumberPad2, J1 RotationZ+",
"P2 Left": "NumberPad4, J1 Z-",
"P2 Right": "NumberPad6, J1 Z+",
"P2 Button": "NumberPad1, J1 B2"
"P1 Button":"Z, J1 B1, X1 X",
"P2 Up":"NumberPad8, J1 RotationZ-, X1 RStickUp",
"P2 Down":"NumberPad2, J1 RotationZ+, X1 RStickDown",
"P2 Left":"NumberPad4, J1 Z-, X1 RStickLeft",
"P2 Right":"NumberPad6, J1 Z+, X1 RStickRight",
"P2 Button":"NumberPad1, J1 B2, X1 A"
},
"Atari 7800 ProLine Joystick Controller":{
"Power":"",
"Reset": "D, J1 B9",
"Select": "S, J1 B10",
"Reset":"D, J1 B9, X1 Back",
"Select":"S, J1 B10, X1 Start",
"Pause":"",
"P1 Up":"UpArrow, J1 POV1U, X1 DpadUp, X1 LStickUp",
"P1 Down":"DownArrow, J1 POV1D, X1 DpadDown, X1 LStickDown",
"P1 Left":"LeftArrow, J1 POV1L, X1 DpadLeft, X1 LStickLeft",
"P1 Right":"RightArrow, J1 POV1R, X1 DpadRight, X1 LStickRight",
"P1 Trigger": "Z, J1 B1, X1 A",
"P1 Trigger 2": "X, J1 B2, X1 X",
"P2 Up": "NumberPad8, J1 RotationZ-",
"P2 Down": "NumberPad2, J1 RotationZ+",
"P2 Left": "NumberPad4, J1 Z-",
"P2 Right": "NumberPad6, J1 Z+",
"P2 Trigger": "NumberPad1, J1 B4",
"P2 Trigger 2": "NumberPad3, J1 B3"
"P1 Trigger":"Z, J1 B1, X1 X",
"P1 Trigger 2":"X, J1 B2, X1 A",
"P2 Up":"NumberPad8, J1 RotationZ-, X1 RStickUp",
"P2 Down":"NumberPad2, J1 RotationZ+, X1 RStickDown",
"P2 Left":"NumberPad4, J1 Z-, X1 RStickLeft",
"P2 Right":"NumberPad6, J1 Z+, X1 RStickRight",
"P2 Trigger":"NumberPad1, J1 B4, X1 Y",
"P2 Trigger 2":"NumberPad3, J1 B3, X1 B"
},
"Commodore 64 Controller":{
"P1 Up":"NumberPad8, J1 POV1U, X1 DpadUp, X1 LStickUp",
"P1 Down": "NumberPad2, J1 POV1D X1 DpadDown, X1 LStickDown",
"P1 Left": "NumberPad4, J1 POV1L X1 DpadLeft, X1 LStickLeft",
"P1 Right": "NumberPad6, J1 POV1R X1 DpadRight, X1 LStickRight",
"P1 Button": "NumberPad1, J1 B1, X1 A",
"P1 Down":"NumberPad2, J1 POV1D, X1 DpadDown, X1 LStickDown",
"P1 Left":"NumberPad4, J1 POV1L, X1 DpadLeft, X1 LStickLeft",
"P1 Right":"NumberPad6, J1 POV1R, X1 DpadRight, X1 LStickRight",
"P1 Button":"NumberPad1, J1 B1, X1 X",
"P2 Up":"",
"P2 Down":"",
"P2 Left":"",
@ -296,7 +296,7 @@
"P1 Down":"DownArrow, J1 POV1D, X1 DpadDown, X1 LStickDown",
"P1 Left":"LeftArrow, J1 POV1L, X1 DpadLeft, X1 LStickLeft",
"P1 Right":"RightArrow, J1 POV1R, X1 DpadRight, X1 LStickRight",
"P1 L": "Z, J1 B1, X1 B",
"P1 L":"Z, J1 B1, X1 X",
"P1 R":"X, J1 B2, X1 A",
"P1 Key0":"NumberPad0",
"P1 Key1":"NumberPad1",
@ -337,14 +337,14 @@
"P1 Left":"LeftArrow, J1 POV1L, X1 DpadLeft, X1 LStickLeft",
"P1 Right":"RightArrow, J1 POV1R, X1 DpadRight, X1 LStickRight",
"P1 Start":"Return, J1 B10, X1 Start",
"P1 X": "D, J1 B3",
"P1 Y": "S, J1 B11",
"P1 Z": "A, J1 B12",
"P1 A": "C, J1 B1",
"P1 B": "X, J1 B2",
"P1 C": "Z, J1 B4",
"P1 L": "Q, J1 B5",
"P1 R": "W, J1 B6",
"P1 X":"D, J1 B3, X1 B",
"P1 Y":"S, J1 B11, X1 X",
"P1 Z":"A, J1 B12, X1 X",
"P1 A":"C, J1 B1, X1 X",
"P1 B":"X, J1 B2, X1 A",
"P1 C":"Z, J1 B4, X1 Y",
"P1 L":"Q, J1 B5, X1 LeftShoulder",
"P1 R":"W, J1 B6, X1 RightShoulder",
"P2 Up":"",
"P2 Down":"",
"P2 Left":"",
@ -366,8 +366,8 @@
"P1 Down":"DownArrow, J1 POV1D, X1 DpadDown, X1 LStickDown",
"P1 Left":"LeftArrow, J1 POV1L, X1 DpadLeft, X1 LStickLeft",
"P1 Right":"RightArrow, J1 POV1R, X1 DpadRight, X1 LStickRight",
"P1 B2": "X, J1 B1, X1 A",
"P1 B1": "Z, J1 B2, X1 B",
"P1 B2":"X, J1 B1, X1 X",
"P1 B1":"Z, J1 B2, X1 A",
"P1 Select":"V, J1 B9, X1 Back",
"P1 Run":"C, J1 B10, X1 Start",
"P2 Up":"",
@ -408,20 +408,20 @@
"P1 Down":"DownArrow, J1 POV1D, X1 DpadDown, X1 LStickDown",
"P1 Left":"LeftArrow, J1 POV1L, X1 DpadLeft, X1 LStickLeft",
"P1 Right":"RightArrow, J1 POV1R, X1 DpadRight, X1 LStickRight",
"P1 L": "Z, J1 B5",
"P1 R": "X, J1 B6",
"P1 Key1": "NumberPad1, J1 B1",
"P1 Key2": "NumberPad2, J1 B2",
"P1 Key3": "NumberPad3, J1 B3",
"P1 Key4": "NumberPad4, J1 B4",
"P1 Key5": "NumberPad5, J1 RotationZ-",
"P1 Key6": "NumberPad6, J1 RotationZ+",
"P1 Key7": "NumberPad7, J1 Z-",
"P1 Key8": "NumberPad8, J1 Z+",
"P1 Key9": "NumberPad9, J1 B11",
"P1 Star": "NumberPadEnter, J1 B9",
"P1 Key0": "NumberPad0, J1 B12",
"P1 Pound": "NumberPadPeriod, J1 B10",
"P1 L":"Z, J1 B5, X1 LeftShoulder",
"P1 R":"X, J1 B6, X1 RightShoulder",
"P1 Key1":"NumberPad1, J1 B1, X1 X",
"P1 Key2":"NumberPad2, J1 B2, X1 A",
"P1 Key3":"NumberPad3, J1 B3, X1 B",
"P1 Key4":"NumberPad4, J1 B4, X1 Y",
"P1 Key5":"NumberPad5, J1 RotationZ-, X1 RStickUp",
"P1 Key6":"NumberPad6, J1 RotationZ+, X1 RStickDown",
"P1 Key7":"NumberPad7, J1 Z-, X1 RStickLeft",
"P1 Key8":"NumberPad8, J1 Z+, X1 RStickRight",
"P1 Key9":"NumberPad9, J1 B11, X1 LeftThumb",
"P1 Star":"NumberPadEnter, J1 B9, X1 Back",
"P1 Key0":"NumberPad0, J1 B12, X1 RightThumb",
"P1 Pound":"NumberPadPeriod, J1 B10, X1 Start",
"P2 Up":"",
"P2 Down":"",
"P2 Left":"",
@ -446,10 +446,10 @@
"P1 Down":"DownArrow, J1 POV1D, X1 DpadDown, X1 LStickDown",
"P1 Left":"LeftArrow, J1 POV1L, X1 DpadLeft, X1 LStickLeft",
"P1 Right":"RightArrow, J1 POV1R, X1 DpadRight, X1 LStickRight",
"P1 B1": "Z, J1 B1, X1 B",
"P1 B1":"Z, J1 B1, X1 X",
"P1 B2":"X, J1 B2, X1 A",
"Reset": "J1 B9",
"Pause": "J1 B10",
"Reset":"J1 B9, X1 Back",
"Pause":"J1 B10, X1 Start",
"P2 Up":"",
"P2 Down":"",
"P2 Left":"",
@ -457,38 +457,26 @@
"P2 B1":"",
"P2 B2":""
},
"Genesis 3-Button Controller": {
"Reset": "",
"P1 Up": "UpArrow, J1 POV1U, X1 DpadUp, X1 LStickUp",
"P1 Down": "DownArrow, J1 POV1D, X1 DpadDown, X1 LStickDown",
"P1 Left": "LeftArrow, J1 POV1L, X1 DpadLeft, X1 LStickLeft",
"P1 Right": "RightArrow, J1 POV1R, X1 DpadRight, X1 LStickRight",
"P1 A": "Z, J1 B1, X1 A",
"P1 B": "X, J1 B2, X1 B",
"P1 C": "C, J1 B4, X1 X",
"P1 Start": "Return, J1 B10, X1 Start"
},
"Dual Gameboy Controller":{
"P1 Up":"UpArrow, J1 POV1U, X1 DpadUp, X1 LStickUp",
"P1 Down":"DownArrow, J1 POV1D, X1 DpadDown, X1 LStickDown",
"P1 Left":"LeftArrow, J1 POV1L, X1 DpadLeft, X1 LStickLeft",
"P1 Right":"RightArrow, J1 POV1R, X1 DpadRight, X1 LStickRight",
"P1 Start": "Return, J1 B9, X1 Start",
"P1 Select": "Space, J1 B10, X1 Back",
"P1 B": "Z, J1 B1, X1 A",
"P1 A": "X, J1 B2, X1 B",
"P1 Start":"Return, J1 B10, X1 Start",
"P1 Select":"Space, J1 B9, X1 Space",
"P1 B":"Z, J1 B1, X1 X",
"P1 A":"X, J1 B2, X1 A",
"P1 Power":"",
"P2 Up": "NumberPad8, J1 RotationZ-",
"P2 Down": "NumberPad2, J1 RotationZ+",
"P2 Left": "NumberPad4, J1 Z-",
"P2 Right": "NumberPad6, J1 Z+",
"P2 Start": "RightBracket, J1 B5",
"P2 Select": "LeftBracket, J1 B6",
"P2 B": "V, J1 B4",
"P2 A": "C, J1 B3",
"P2 Up":"NumberPad8, J1 RotationZ-, X1 RStickUp",
"P2 Down":"NumberPad2, J1 RotationZ+, X1 RStickDown",
"P2 Left":"NumberPad4, J1 Z-, X1 RStickLeft",
"P2 Right":"NumberPad6, J1 Z+, X1 RStickRight",
"P2 Start":"RightBracket, J1 B5, X1 LeftShoulder",
"P2 Select":"LeftBracket, J1 B6, X1 RightShoulder",
"P2 B":"V, J1 B4, X1 Y",
"P2 A":"C, J1 B3, X1 B",
"P2 Power":""
},
"Null Controller": {},
"TI83 Controller":{
"0":"NumberPad0",
"1":"NumberPad1",
@ -546,14 +534,14 @@
"P1 Down":"DownArrow, J1 POV1D, X1 DpadDown, X1 LStickDown",
"P1 Left":"LeftArrow, J1 POV1L, X1 DpadLeft, X1 LStickLeft",
"P1 Right":"RightArrow, J1 POV1R, X1 DpadRight, X1 LStickRight",
"P1 A": "Z, J1 B1, X1 A",
"P1 B": "X, J1 B2, X1 B",
"P1 C": "C, J1 B4, X1 X",
"P1 A":"Z, J1 B1, X1 X",
"P1 B":"X, J1 B2, X1 A",
"P1 C":"C, J1 B4, X1 Y",
"P1 Start":"Return, J1 B10, X1 Start",
"P1 X": "A",
"P1 Y": "S",
"P1 Z": "D",
"P1 Mode": "E",
"P1 X":"A, J1 B3, X1 B",
"P1 Y":"S, J1 B5, X1 LeftShoulder",
"P1 Z":"D, J1 B6, X1 RightShoulder",
"P1 Mode":"E, J1 B9, X1 Back",
"P2 Up":"",
"P2 Down":"",
"P2 Left":"",
@ -578,8 +566,8 @@
"P1 Right":"",
"P1 Start":"",
"P1 Select":"",
"P1 B": "A, J1 B4",
"P1 A": "S, J1 B3",
"P1 B":"A, J1 B4, X1 Y",
"P1 A":"S, J1 B3, X1 B",
"P2 Up":"",
"P2 Down":"",
"P2 Left":"",
@ -601,8 +589,8 @@
"Right":"",
"Start":"",
"Select":"",
"B": "A, J1 B4",
"A": "S, J1 B3",
"B":"A, J1 B4, X1 Y",
"A":"S, J1 B3, X1 B",
"Power":""
},
"GBAController":{
@ -612,8 +600,8 @@
"Right":"",
"Start":"",
"Select":"",
"B": "A, J1 B4",
"A": "S, J1 B3",
"B":"A, J1 B4, X1 Y",
"A":"S, J1 B3, X1 B",
"L":"",
"R":"",
"Power":""
@ -625,14 +613,16 @@
"P1 Down":"",
"P1 Left":"",
"P1 Right":"",
"P1 Button": "A, J1 B4",
"P1 Button":"A, J1 B4, X1 Y",
"P2 Up":"",
"P2 Down":"",
"P2 Left":"",
"P2 Right":"",
"P2 Button": "S, J1 B3"
"P2 Button":"S, J1 B3, X1 B"
},
"Null Controller":{
},
"Null Controller": {},
"PC Engine Controller":{
"Reset":"",
"Power":"",
@ -640,8 +630,8 @@
"P1 Down":"",
"P1 Left":"",
"P1 Right":"",
"P1 B2": "A, J1 B4",
"P1 B1": "S, J1 B3",
"P1 B2":"A, J1 B4, X1 Y",
"P1 B1":"S, J1 B3, X1 B",
"P1 Select":"",
"P1 Run":"",
"P2 Up":"",
@ -682,8 +672,8 @@
"P1 Down":"",
"P1 Left":"",
"P1 Right":"",
"P1 B1": "A, J1 B3",
"P1 B2": "S, J1 B4",
"P1 B1":"A, J1 B3, X1 B",
"P1 B2":"S, J1 B4, X1 Y",
"Reset":"",
"Pause":"",
"P2 Up":"",
@ -728,8 +718,8 @@
"Right":"",
"Start":"",
"Select":"",
"B": "J1 B4",
"A": "J1 B3",
"B":"J1 B4, X1 Y",
"A":"J1 B3, X1 B",
"L":"",
"R":"",
"Power":""
@ -770,12 +760,12 @@
},
"Nintento 64 Controller":{
"P1 X Axis":{
"Value": "J1 X",
"Value":"J1 X, X1 LeftThumbX",
"Mult":1.0,
"Deadzone":0.1
},
"P1 Y Axis":{
"Value": "J1 Y",
"Value":"J1 Y, X1 LeftThumbY",
"Mult":1.0,
"Deadzone":0.1
},
@ -810,6 +800,8 @@
"Deadzone":0.1
}
},
"GPGX Genesis Controller": {}
"GPGX Genesis Controller":{
}
}
}