diff --git a/PS4NC/API.cs b/PS4NC/API.cs index ad6a153..90b9066 100644 --- a/PS4NC/API.cs +++ b/PS4NC/API.cs @@ -362,6 +362,8 @@ private void refreshMemoryRegions(DataGridView rangeList) string currentRangeName = ""; ranges.Clear(); + rangeList.Rows.Clear(); + rangeList.Refresh(); for (int i = 0; i < pi.entries.Length; i++) {