remove lame console spam
This commit is contained in:
parent
b3c7c44940
commit
b4db548e94
|
@ -185,7 +185,6 @@ namespace BizHawk.Client.EmuHawk
|
|||
//NOTE: this is not quite right. if someone held leftshift+rightshift it would be broken. seems unlikely, though.
|
||||
if (button == "LeftShift")
|
||||
{
|
||||
Console.WriteLine("Processing modifiers with " + newState);
|
||||
_Modifiers &= ~ModifierKey.Shift;
|
||||
if (newState)
|
||||
_Modifiers |= ModifierKey.Shift;
|
||||
|
|
Loading…
Reference in New Issue