Debugger: Fixed multibyte label support in mlb files
This commit is contained in:
parent
3ee389781f
commit
6fd02bdba5
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue