mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-31 07:47:09 +02:00
armeilleure: Add Android signal handler
This commit is contained in:
parent
8a8db6244d
commit
b7d08e5050
3 changed files with 123 additions and 17 deletions
|
@ -111,7 +111,7 @@ namespace ARMeilleure.Signal
|
|||
return context.BitwiseAnd(err, Const(2ul));
|
||||
}
|
||||
}
|
||||
else if (OperatingSystem.IsLinux())
|
||||
else if (OperatingSystem.IsLinux() || OperatingSystem.IsAndroid())
|
||||
{
|
||||
if (RuntimeInformation.ProcessArchitecture == Architecture.Arm64)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue