SNES - fix get/set mnemonics from my previous commit on this file

This commit is contained in:
adelikat 2012-09-17 01:26:05 +00:00
parent 3644acd173
commit b5b372749d
1 changed files with 0 additions and 3 deletions

View File

@ -365,7 +365,6 @@ namespace BizHawk.MultiClient
private string GetSNESControllersAsMnemonic()
{
StringBuilder input = new StringBuilder("|");
input.Append(IsBasePressed("Reset") ? Global.COMMANDS[ControlType]["Reset"] : ".");
if (IsBasePressed("Power"))
{
@ -617,8 +616,6 @@ namespace BizHawk.MultiClient
return;
}
Force("Reset", mnemonic[1] != '.' && mnemonic[1] != '0' && mnemonic[1] != 'l');
if (mnemonic[1] == 'P')
{
Force("Power", true);