Debugger: Fixed comments being duplicated on every power cycle
This commit is contained in:
parent
de8dc930f2
commit
c83e0104b3
1 changed files with 1 additions and 0 deletions
|
@ -132,6 +132,7 @@ namespace Mesen.GUI.Debugger
|
|||
UInt32 key = GetKey(i, type);
|
||||
CodeLabel existingLabel;
|
||||
if(_labelsByKey.TryGetValue(key, out existingLabel)) {
|
||||
DeleteLabel(existingLabel, false);
|
||||
_reverseLookup.Remove(existingLabel.Label);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue