mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-26 16:37:11 +02:00
rebase with upstream
This commit is contained in:
parent
a191631975
commit
9566be8c63
25 changed files with 68 additions and 84 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue