From 14dd3c1695d01f06992ace262984d22cf7b2dced Mon Sep 17 00:00:00 2001 From: BrunoValads Date: Fri, 17 Sep 2021 10:38:55 -0300 Subject: [PATCH] Removed LuaInterface memory leak warning, it was solved --- src/BizHawk.Client.EmuHawk/config/EmuHawkOptions.Designer.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/BizHawk.Client.EmuHawk/config/EmuHawkOptions.Designer.cs b/src/BizHawk.Client.EmuHawk/config/EmuHawkOptions.Designer.cs index 105baae6ab..6a61ac7f4e 100644 --- a/src/BizHawk.Client.EmuHawk/config/EmuHawkOptions.Designer.cs +++ b/src/BizHawk.Client.EmuHawk/config/EmuHawkOptions.Designer.cs @@ -477,7 +477,7 @@ this.LuaInterfaceRadio.Size = new System.Drawing.Size(338, 17); this.LuaInterfaceRadio.TabIndex = 2; this.LuaInterfaceRadio.TabStop = true; - this.LuaInterfaceRadio.Text = "Lua+LuaInterface - Faster but memory leaks, use at your own risk!"; + this.LuaInterfaceRadio.Text = "Lua+LuaInterface"; this.LuaInterfaceRadio.UseVisualStyleBackColor = true; // // NLuaRadio @@ -658,4 +658,4 @@ private System.Windows.Forms.CheckBox NoMixedKeyPriorityCheckBox; private WinForms.Controls.LocLabelEx locLabelEx1; } -} \ No newline at end of file +}