fix nyma button binding label

This commit is contained in:
zeromus 2020-06-13 13:42:36 -05:00
parent f48e3cd2ea
commit 14661f4c76
2 changed files with 0 additions and 10 deletions

View File

@ -50,11 +50,6 @@ namespace BizHawk.Emulation.Cores.Consoles.NEC.PCE
"pce_fast.slstart", "pce_fast.slend",
};
protected override IDictionary<string, string> ButtonNameOverrides { get; } = new Dictionary<string, string>
{
{ "RIGHT →", "Right up my arse" },
};
// pce always has two layers, sgx always has 4, and mednafen knows this
public bool IsSgx => SettingsInfo.LayerNames.Count == 4;

View File

@ -59,11 +59,6 @@ namespace BizHawk.Emulation.Cores.Consoles.NEC.PCE
"pce.slstart", "pce.slend",
};
protected override IDictionary<string, string> ButtonNameOverrides { get; } = new Dictionary<string, string>
{
{ "RIGHT →", "Right up my arse" },
};
// pce always has two layers, sgx always has 4, and mednafen knows this
public bool IsSgx => SettingsInfo.LayerNames.Count == 4;