This commit is contained in:
adelikat 2020-02-29 13:15:00 -06:00
parent 23f0ca5e4f
commit 4977cddb78
1 changed files with 0 additions and 5 deletions

View File

@ -55,13 +55,8 @@ namespace BizHawk.Client.EmuHawk
#endregion
private string _ramValue;
private void Go_Click(object sender, EventArgs e)
{
// Reset Variables
_ramValue = null;
foreach (var l in txtCheat.Lines)
{
try