mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-06-28 03:16:23 +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()
|
||||
{
|
||||
if (OperatingSystem.IsLinux() || OperatingSystem.IsMacOS() || OperatingSystem.IsIOS())
|
||||
if (OperatingSystem.IsLinux() || OperatingSystem.IsMacOS())
|
||||
{
|
||||
RegisterPosix();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue