From c112573c303a145c2afa90f243c9ccd02ab1324a Mon Sep 17 00:00:00 2001 From: adelikat Date: Sat, 21 Apr 2012 18:27:37 +0000 Subject: [PATCH] Atari - fix recording/playback & input display of 2 players --- BizHawk.MultiClient/Global.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BizHawk.MultiClient/Global.cs b/BizHawk.MultiClient/Global.cs index 0a7cd72436..69d1217641 100644 --- a/BizHawk.MultiClient/Global.cs +++ b/BizHawk.MultiClient/Global.cs @@ -110,7 +110,7 @@ namespace BizHawk.MultiClient public static readonly Dictionary PLAYERS = new Dictionary() { {"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} }; ///