misc: chore: Android: Remove redundant qualifiers

This commit is contained in:
KeatonTheBot 2025-06-28 17:43:11 -05:00
parent 2f7406aaca
commit b4eaa5f262
11 changed files with 41 additions and 32 deletions

View file

@ -1,3 +1,4 @@
using Ryujinx.Common;
using Ryujinx.Common.Logging;
using System;
using System.Collections.Concurrent;
@ -160,7 +161,7 @@ namespace Ryujinx.Memory
}
}
}
else if (Ryujinx.Common.PlatformInfo.IsBionic)
else if (PlatformInfo.IsBionic)
{
byte[] memName = "Ryujinx-XXXXXX"u8.ToArray();