Atari - fix recording/playback & input display of 2 players
This commit is contained in:
parent
1e3b38538d
commit
c112573c30
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue