mirror of
https://git.ryujinx.app/kenji-nx/ryujinx.git
synced 2025-12-23 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,4 +1,5 @@
|
|||
using LibKenjinx.Android;
|
||||
using Ryujinx.Common;
|
||||
using Ryujinx.Common.Configuration;
|
||||
using Ryujinx.Cpu;
|
||||
using Ryujinx.Graphics.GAL;
|
||||
|
|
@ -113,7 +114,7 @@ namespace LibKenjinx
|
|||
|
||||
_isActive = true;
|
||||
|
||||
if (Ryujinx.Common.PlatformInfo.IsBionic)
|
||||
if (PlatformInfo.IsBionic)
|
||||
{
|
||||
setRenderingThread();
|
||||
}
|
||||
|
|
@ -164,7 +165,7 @@ namespace LibKenjinx
|
|||
{
|
||||
void SetInfo(string status, float value)
|
||||
{
|
||||
if(Ryujinx.Common.PlatformInfo.IsBionic)
|
||||
if(PlatformInfo.IsBionic)
|
||||
{
|
||||
Interop.UpdateProgress(status, value);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue