mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-06-28 19:36:24 +02:00
iOS - Disable StdErrAdapter
Enabling fills the logs with uneeded spam
This commit is contained in:
parent
d6e88e3cc9
commit
a6a75a4208
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue