Skip to content

Commit

Permalink
Rename PSX front panel name in def (from #971)
Browse files Browse the repository at this point in the history
  • Loading branch information
YoshiRulz committed Jan 12, 2020
1 parent c38fb09 commit c3a359a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions BizHawk.Emulation.Cores/Consoles/Sony/PSX/Octoshock.cs
Original file line number Diff line number Diff line change
Expand Up @@ -217,9 +217,7 @@ void Load(CoreComm comm, List<DiscSystem.Disc> discs, List<string> discNames, by

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

Expand Down

0 comments on commit c3a359a

Please sign in to comment.