mirror of https://github.com/PCSX2/pcsx2.git
Thanks Rama for the debug.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@4128 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
685a6a0d52
commit
38d320335f
|
@ -367,6 +367,7 @@ namespace GSDumpGUI
|
|||
{
|
||||
frmMain.lstProcesses.Items.Add(itm.IPAddress);
|
||||
}
|
||||
if (SelectLast)
|
||||
frmMain.lstProcesses.SelectedIndex = frmMain.lstProcesses.Items.Count - 1;
|
||||
if (frmMain.lstProcesses.SelectedIndex == -1)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue