analog mnemonics

This commit is contained in:
CasualPokePlayer 2022-01-26 18:48:48 -08:00
parent 81464d72f4
commit 8432471d77
2 changed files with 16 additions and 1 deletions

View File

@ -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",
},
};
}
}

View File

@ -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