mirror of
https://git.ryujinx.app/kenji-nx/ryujinx.git
synced 2025-12-20 07:37:05 +00:00
misc: chore: Android: Remove redundant qualifiers
This commit is contained in:
parent
2f7406aaca
commit
b4eaa5f262
11 changed files with 41 additions and 32 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue