forked from MeloNX/MeloNX
iOS - Disable StdErrAdapter
Enabling fills the logs with uneeded spam
This commit is contained in:
parent
d6e88e3cc9
commit
a6a75a4208
@ -19,7 +19,7 @@ namespace Ryujinx.Common.SystemInterop
|
|||||||
|
|
||||||
public StdErrAdapter()
|
public StdErrAdapter()
|
||||||
{
|
{
|
||||||
if (OperatingSystem.IsLinux() || OperatingSystem.IsMacOS() || OperatingSystem.IsIOS())
|
if (OperatingSystem.IsLinux() || OperatingSystem.IsMacOS())
|
||||||
{
|
{
|
||||||
RegisterPosix();
|
RegisterPosix();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user