--- trunk/RomCheater/PIDSelector.cs 2012/05/09 20:52:20 88 +++ trunk/RomCheater/PIDSelector.cs 2012/05/09 21:42:21 92 @@ -68,6 +68,7 @@ namespace RomCheater private bool RefreshList() { lstProcessList.Items.Clear(); + this.plugin.Reload(); // create a selection of PCSX2 processes List<ProcContainer> proc_list = plugin.ValidProcessesForPlugin; |