mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-06-28 03:16:23 +02:00
armeilleure: Add Android to GetOSPlatform for PTC
This commit is contained in:
parent
b7d08e5050
commit
0a666d9c5b
1 changed files with 1 additions and 0 deletions
|
@ -1004,6 +1004,7 @@ namespace ARMeilleure.Translation.PTC
|
|||
osPlatform |= (OperatingSystem.IsLinux() ? 1u : 0u) << 1;
|
||||
osPlatform |= (OperatingSystem.IsMacOS() ? 1u : 0u) << 2;
|
||||
osPlatform |= (OperatingSystem.IsWindows() ? 1u : 0u) << 3;
|
||||
osPlatform |= (OperatingSystem.IsAndroid() ? 1u : 0u) << 4;
|
||||
#pragma warning restore IDE0055
|
||||
|
||||
return osPlatform;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue