Revert use of new input config dialog
This commit is contained in:
parent
aa2475806a
commit
d8a21d18ff
|
@ -391,8 +391,6 @@ namespace BizHawk.MultiClient
|
|||
}
|
||||
|
||||
private void controllersToolStripMenuItem_Click(object sender, EventArgs e)
|
||||
{
|
||||
if (!INTERIM)
|
||||
{
|
||||
InputConfig i = new InputConfig();
|
||||
i.ShowDialog();
|
||||
|
@ -403,17 +401,6 @@ namespace BizHawk.MultiClient
|
|||
SyncControls();
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
ControllerConfig c = new ControllerConfig();
|
||||
c.ShowDialog();
|
||||
if (c.DialogResult == DialogResult.OK)
|
||||
{
|
||||
InitControls();
|
||||
SyncControls();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
private void hotkeysToolStripMenuItem_Click(object sender, EventArgs e)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue