From 32cdc80639d98f55acd930e4f2dfa07d2af5320f Mon Sep 17 00:00:00 2001 From: adelikat Date: Thu, 23 Oct 2014 20:41:52 +0000 Subject: [PATCH] Tastudio - don't override read-only toggle, I think this is an ok thing to do, we shall find out --- .../tools/TAStudio/TAStudio.IControlMainForm.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudio.IControlMainForm.cs b/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudio.IControlMainForm.cs index e6726e47e9..8ebacf2820 100644 --- a/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudio.IControlMainForm.cs +++ b/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudio.IControlMainForm.cs @@ -2,7 +2,7 @@ { public partial class TAStudio : IControlMainform { - public bool WantsToControlReadOnly { get { return true; } } + public bool WantsToControlReadOnly { get { return false; } } public void ToggleReadOnly() { GlobalWin.OSD.AddMessage("TAStudio does not allow manual readonly toggle");