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