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