mirror of
https://github.com/PCSX2/pcsx2.git
synced 2026-01-31 01:15:24 +01:00
GSDumpGUI: Actually start reading the stderr stream.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user