saturn - mnemonic for smpc reset button

This commit is contained in:
adelikat 2020-06-15 14:59:24 -05:00
parent 03e2bccf6c
commit c5ec8eb0ba
1 changed files with 4 additions and 0 deletions

View File

@ -524,6 +524,10 @@ namespace BizHawk.Client.Common
["Gun Trigger"] = 'G',
["Lightgun X"] = 'X',
["Lightgun Y"] = 'Y',
},
["SAT"] = new Dictionary<string, char>
{
["Smpc Reset"] = 's'
}
};