From c696195ad0e4f04b863d4ceb1514fa45b6eaa16c Mon Sep 17 00:00:00 2001 From: adelikat Date: Fri, 28 Apr 2017 08:19:08 -0500 Subject: [PATCH] Remove this todo, I think the previous commit qualifies as having done it --- .../Base Implementations/ControllerDefinition.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/BizHawk.Emulation.Common/Base Implementations/ControllerDefinition.cs b/BizHawk.Emulation.Common/Base Implementations/ControllerDefinition.cs index 96fcc2e28b..ca7f316176 100644 --- a/BizHawk.Emulation.Common/Base Implementations/ControllerDefinition.cs +++ b/BizHawk.Emulation.Common/Base Implementations/ControllerDefinition.cs @@ -193,7 +193,6 @@ namespace BizHawk.Emulation.Common private static readonly Regex PlayerRegex = new Regex("^P(\\d) "); - // TODO: a more respectable logic here, and possibly per core implementation public int PlayerCount { get