From 81e1cfe549c27d407212600d914ecf9d40aac9a1 Mon Sep 17 00:00:00 2001 From: zeromus Date: Sun, 14 Sep 2014 18:01:20 +0000 Subject: [PATCH] satisfy my own comment about the " C " --- BizHawk.Client.Common/inputAdapters/InputAdapters.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BizHawk.Client.Common/inputAdapters/InputAdapters.cs b/BizHawk.Client.Common/inputAdapters/InputAdapters.cs index e6e8802288..b3ccbeee41 100644 --- a/BizHawk.Client.Common/inputAdapters/InputAdapters.cs +++ b/BizHawk.Client.Common/inputAdapters/InputAdapters.cs @@ -114,7 +114,7 @@ namespace BizHawk.Client.Common string prefix; - //TODO - someone please say what in the heck " C " is supposed to mean + //" C " is for N64 "P1 C Up" and the like, which should not be subject to mutexing if (button.Contains("Down") && !button.Contains(" C ")) {