ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater/PIDSelector.cs
(Generate patch)

Comparing trunk/RomCheater/PIDSelector.cs (file contents):
Revision 88 by william, Wed May 9 20:52:20 2012 UTC vs.
Revision 92 by william, Wed May 9 21:42:21 2012 UTC

--- 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;