mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-06-28 19:36:24 +02:00
WIP: Android
This commit is contained in:
parent
5009474e14
commit
275c07d473
142 changed files with 9964 additions and 108 deletions
|
@ -1012,6 +1012,7 @@ namespace ARMeilleure.Translation.PTC
|
|||
osPlatform |= (OperatingSystem.IsMacOS() ? 1u : 0u) << 2;
|
||||
osPlatform |= (OperatingSystem.IsWindows() ? 1u : 0u) << 3;
|
||||
osPlatform |= (OperatingSystem.IsIOS() ? 1u : 0u) << 4;
|
||||
osPlatform |= (Ryujinx.Common.PlatformInfo.IsBionic ? 1u : 0u) << 5;
|
||||
#pragma warning restore IDE0055
|
||||
|
||||
return osPlatform;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue