This commit is contained in:
adelikat 2012-11-06 13:23:56 +00:00
parent 7682422c9b
commit ca8832e464
1 changed files with 1 additions and 1 deletions

View File

@ -412,7 +412,7 @@ namespace BizHawk.MultiClient
private void controllersToolStripMenuItem_Click(object sender, EventArgs e) private void controllersToolStripMenuItem_Click(object sender, EventArgs e)
{ {
if (true) if (false)
{ {
ControllerConfig c = new ControllerConfig(); ControllerConfig c = new ControllerConfig();
c.ShowDialog(); c.ShowDialog();