more mnemonics for saturn

This commit is contained in:
adelikat 2020-06-15 15:33:54 -05:00
parent c5ec8eb0ba
commit 27bb2759a6
1 changed files with 11 additions and 1 deletions

View File

@ -124,6 +124,7 @@ namespace BizHawk.Client.Common
["Mouse Start"] = 's',
["Left Button"] = 'l',
["Middle Button"] = 'm',
["Right Button"] = 'r',
["Mode"] = 'M',
@ -527,7 +528,16 @@ namespace BizHawk.Client.Common
},
["SAT"] = new Dictionary<string, char>
{
["Smpc Reset"] = 's'
["Smpc Reset"] = 's',
["D-Pad Up"] = 'U',
["D-Pad Down"] = 'D',
["D-Pad Left"] = 'L',
["D-Pad Right"] = 'L',
["Mode: Set Digital(+)"] = '+',
["Mode: Set Analog(○)"] = 'o',
["L Gear Shift"] = 'L',
["R Gear Shift"] = 'R',
["Offscreen Shot"] = 'O'
}
};