why is RedirectStandardInput=true,UseShellExecute=false not the default
This commit is contained in:
YoshiRulz 2019-11-03 23:11:29 +10:00
parent 0de16bc8b9
commit 94935bc45e
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 2 additions and 1 deletions

View File

@ -127,6 +127,7 @@ namespace BizHawk.Common
CreateNoWindow = true,
FileName = cmd,
RedirectStandardError = checkStderr,
RedirectStandardInput = true,
RedirectStandardOutput = checkStdout,
UseShellExecute = false
}
@ -149,4 +150,4 @@ namespace BizHawk.Common
}
}
}
}
}