From a3f8d4bac80ea3eae752b1132831bed501376fca Mon Sep 17 00:00:00 2001 From: hegyak Date: Thu, 20 Nov 2014 16:54:06 +0000 Subject: [PATCH] Changed defctrl.json to support Lynx's Pause Button. Apparently that is an important button. --- BizHawk.Client.EmuHawk/MainForm.cs | 12 ++++++++++++ output/defctrl.json | 6 +++--- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/BizHawk.Client.EmuHawk/MainForm.cs b/BizHawk.Client.EmuHawk/MainForm.cs index f0d731a220..ac18933bd0 100644 --- a/BizHawk.Client.EmuHawk/MainForm.cs +++ b/BizHawk.Client.EmuHawk/MainForm.cs @@ -3599,11 +3599,23 @@ namespace BizHawk.Client.EmuHawk private void LinkConnectStatusBarButton_Click(object sender, EventArgs e) { // TODO: it would be cool if clicking this toggled the state + if (Global.Emulator.CoreComm.LinkConnected == true) + { + //Disconnect + //This Value: cablediscosignal_new Changes to False, The Core will disconnect + + } + else if (Global.Emulator.CoreComm.LinkConnected == false) + { + //Reconnect + + } } private void barcodeReaderToolStripMenuItem_Click(object sender, EventArgs e) { GlobalWin.Tools.Load(); } + } } diff --git a/output/defctrl.json b/output/defctrl.json index c76dddb3a9..b1d349aae2 100644 --- a/output/defctrl.json +++ b/output/defctrl.json @@ -636,9 +636,9 @@ "Right": "RightArrow", "A": "X", "B": "Z", - "Option 1": "Return", - "Option 2": "Space", - "Pause": "", + "Option 1": "A", + "Option 2": "X", + "Pause": "Return", "Power": "" } },