Atari - fix recording/playback & input display of 2 players

This commit is contained in:
adelikat 2012-04-21 18:27:37 +00:00
parent 1e3b38538d
commit c112573c30
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ namespace BizHawk.MultiClient
public static readonly Dictionary<string, int> PLAYERS = new Dictionary<string, int>()
{
{"Gameboy Controller", 1}, {"Genesis 3-Button Controller", 2}, {"NES Controller", 4},
{"PC Engine Controller", 5}, {"SMS Controller", 2}, {"TI83 Controller", 1}, {"Atari 2600 Basic Controller", 1}
{"PC Engine Controller", 5}, {"SMS Controller", 2}, {"TI83 Controller", 1}, {"Atari 2600 Basic Controller", 2}
};
/// <summary>