add in missing mnemonics for 3DS controls

This commit is contained in:
CasualPokePlayer 2023-07-29 15:22:56 -07:00
parent 3f8c0cc952
commit 0a72dc046f
1 changed files with 19 additions and 10 deletions

View File

@ -496,6 +496,15 @@ namespace BizHawk.Client.Common
["Mode: Set 2-button"] = 'm',
["Mode: Set 6-button"] = 'M'
},
[VSystemID.Raw.N3DS] = new()
{
["Debug"] = 'd',
["GPIO14"] = 'g',
["ZL"] = 'z',
["ZR"] = 'z',
["Touch"] = 'T',
["Tilt"] = 't'
},
[VSystemID.Raw.NDS] = new()
{
["LidOpen"] = 'o',
@ -639,14 +648,14 @@ namespace BizHawk.Client.Common
["Offscreen Shot"] = 'o',
["Open Tray"] = 'o',
["Close Tray"] = 'c',
},
},
[VSystemID.Raw.TIC80] = new()
{
["Mouse Left Click"] = 'l',
["Mouse Middle Click"] = 'm',
["Mouse Right Click"] = 'r',
["Mouse Relative Toggle"] = 't',
["Mouse Relative Toggle"] = 't',
["Minus"] = '-',
["Equals"] = '=',
["Left Bracket"] = '[',
@ -657,7 +666,7 @@ namespace BizHawk.Client.Common
["Grave"] = '`',
["Comma"] = ',',
["Period"] = '.',
["Slash"] = '/',
["Slash"] = '/',
["Space"] = 's',
["Tab"] = 't',
["Return"] = 'r',
@ -667,7 +676,7 @@ namespace BizHawk.Client.Common
["Page Up"] = 'u',
["Page Down"] = 'v',
["Home"] = 'h',
["End"] = 'e',
["End"] = 'e',
["Caps Lock"] = 'l',
["Control"] = 'c',
["Shift"] = '^',
@ -718,12 +727,12 @@ namespace BizHawk.Client.Common
["Motion Left / Right"] = "mX",
["Motion Up / Down"] = "mY",
["Twist | / |"] = "Twist",
},
},
[VSystemID.Raw.TIC80] = new()
{
["Mouse Position X"] = "mpX",
["Mouse Position Y"] = "mpY",
["Mouse Scroll X"] = "msX",
{
["Mouse Position X"] = "mpX",
["Mouse Position Y"] = "mpY",
["Mouse Scroll X"] = "msX",
["Mouse Scroll Y"] = "msY",
},
};