Rename PSX front panel name in def (from #971)

This commit is contained in:
YoshiRulz 2020-01-13 00:22:11 +10:00
parent c38fb09d3c
commit c3a359a58c
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 1 additions and 3 deletions

View File

@ -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();