Debugger: Fixed multibyte label support in mlb files

This commit is contained in:
Sour 2019-01-16 23:54:17 -05:00
parent 3ee389781f
commit 6fd02bdba5

View file

@ -87,6 +87,7 @@ namespace Mesen.GUI.Debugger
codeLabel.Comment = rowData[3].Replace("\\n", "\n");
}
codeLabel.Label = rowData[2].Replace("\\n", "\n").Replace("\n", "");
codeLabel.Length = length;
}
}