forked from MeloNX/MeloNX
armeilleure: Add Android to GetOSPlatform for PTC
This commit is contained in:
parent
b7d08e5050
commit
0a666d9c5b
@ -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…
x
Reference in New Issue
Block a user