aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Common/SystemInterop/UnixStream.cs
AgeCommit message (Collapse)Author
2023-03-30Fix Linux hang on shutdown (#4617)jhorv
* Rework StdErr-to-log redirection to use built-in FileStream, and do reads asynchronously to avoid hanging the process shutdown. * set _disposable to false ASAP
2023-02-25Logging: Redirect StdErr into logging system (#4427)merry
* Logging: Redirect StdErr into logging system * Remove Mono.Unix * Apply suggestions from code review Co-authored-by: riperiperi <rhy3756547@hotmail.com> * Address comments --------- Co-authored-by: Mary <thog@protonmail.com> Co-authored-by: riperiperi <rhy3756547@hotmail.com> Co-authored-by: Mary <mary@mary.zone>