analog mnemonics
This commit is contained in:
parent
81464d72f4
commit
8432471d77
|
@ -644,7 +644,21 @@ namespace BizHawk.Client.Common
|
|||
{
|
||||
["VPos"] = "X",
|
||||
["HPos"] = "Y"
|
||||
}
|
||||
},
|
||||
[VSystemID.Raw.PSX] = new()
|
||||
{
|
||||
["Left Stick Left / Right"] = "lsX",
|
||||
["Left Stick Up / Down"] = "lsY",
|
||||
["Right Stick Left / Right"] = "rsX",
|
||||
["Right Stick Up / Down"] = "rsY",
|
||||
["Left Stick, Left / Right"] = "lsX",
|
||||
["Left Stick, Fore / Back"] = "lsZ",
|
||||
["Right Stick, Left / Right"] = "rsX",
|
||||
["Right Stick, Fore / Back"] = "rsZ",
|
||||
["Motion Left / Right"] = "mX",
|
||||
["Motion Up / Down"] = "mY",
|
||||
["Twist | / |"] = "Twist",
|
||||
},
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -331,6 +331,7 @@ namespace BizHawk.Emulation.Cores
|
|||
},
|
||||
new SingleAxisSchema(125, 15, controller, "Twist | / |", isVertical: true)
|
||||
{
|
||||
DisplayName = "Twist",
|
||||
TargetSize = new Size(64, 178),
|
||||
MinValue = 0,
|
||||
MaxValue = 65535
|
||||
|
|
Loading…
Reference in New Issue