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