Rename PSX front panel name in def (from #971)
This commit is contained in:
parent
c38fb09d3c
commit
c3a359a58c
|
@ -217,9 +217,7 @@ namespace BizHawk.Emulation.Cores.Sony.PSX
|
|||
|
||||
public static ControllerDefinition CreateControllerDefinition(SyncSettings syncSettings)
|
||||
{
|
||||
ControllerDefinition definition = new ControllerDefinition();
|
||||
definition.Name = "PSX DualShock Controller"; // <-- for compatibility
|
||||
//ControllerDefinition.Name = "PSX FrontIO"; // TODO - later rename to this, I guess, so it's less misleading. don't want to wreck keybindings yet.
|
||||
var definition = new ControllerDefinition { Name = "PSX Front Panel" };
|
||||
|
||||
var cfg = syncSettings.FIOConfig.ToLogical();
|
||||
|
||||
|
|
Loading…
Reference in New Issue