fix: console no longer gets spammed with "Reset" if you use the menu soft reset item while the emulator is paused. if you want to log reset information, do it from a more appropriate location (core?)
This commit is contained in:
parent
77b53f1400
commit
a43d02a422
|
@ -70,7 +70,7 @@ namespace BizHawk.MultiClient
|
||||||
if (controller.IsPressed(button))
|
if (controller.IsPressed(button))
|
||||||
{
|
{
|
||||||
buttons[button] = true;
|
buttons[button] = true;
|
||||||
Console.WriteLine(button);
|
//Console.WriteLine(button);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue