mirror of https://github.com/PCSX2/pcsx2.git
GSDumpGUI: Actually start reading the stderr stream.
This commit is contained in:
parent
b6415bf6fc
commit
c14c23a063
|
@ -401,6 +401,7 @@ namespace GSDumpGUI
|
|||
p.OutputDataReceived += new DataReceivedEventHandler(p_StdOutDataReceived);
|
||||
p.ErrorDataReceived += new DataReceivedEventHandler(p_StdErrDataReceived);
|
||||
p.BeginOutputReadLine();
|
||||
p.BeginErrorReadLine();
|
||||
p.Exited += new EventHandler(p_Exited);
|
||||
Processes.Add(p);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue