SNES - fix get/set mnemonics from my previous commit on this file
This commit is contained in:
parent
3644acd173
commit
b5b372749d
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue