rebase with upstream

This commit is contained in:
Emmanuel Hansen 2023-11-11 20:06:56 +00:00
parent a191631975
commit 9566be8c63
25 changed files with 68 additions and 84 deletions

View file

@ -35,7 +35,7 @@ namespace Ryujinx.Common
return BuildVersion;
}
if (SystemInfo.SystemInfo.IsBionic)
if (PlatformInfo.IsBionic)
{
return "Android_1.0";
}
@ -59,7 +59,7 @@ namespace Ryujinx.Common
#else
public static string GetBaseApplicationDirectory()
{
if (IsFlatHubBuild() || OperatingSystem.IsMacOS() || SystemInfo.SystemInfo.IsBionic)
if (IsFlatHubBuild() || OperatingSystem.IsMacOS() || PlatformInfo.IsBionic)
{
return AppDataManager.BaseDirPath;
}