fix nyma button binding label
This commit is contained in:
parent
f48e3cd2ea
commit
14661f4c76
|
@ -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;
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue