mirror of
https://github.com/libretro/Mesen.git
synced 2025-03-03 05:56:27 +00:00
Debugger: Fixed crash when trying to add a watch expression
This commit is contained in:
parent
28899e3e18
commit
87d525572e
@ -85,7 +85,7 @@ namespace Mesen.GUI.Debugger
|
||||
lstWatch.Items.RemoveAt(i);
|
||||
}
|
||||
}
|
||||
lstWatch.Items.Add("");
|
||||
lstWatch.Items.Add("").SubItems.Add("");
|
||||
|
||||
ListViewItem lastItem = lstWatch.Items[lstWatch.Items.Count - 1];
|
||||
foreach(ListViewItem item in lstWatch.Items) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user