Linux: Fix games not launching (from Bionic code)

This commit is contained in:
KeatonTheBot 2025-05-28 03:37:23 -05:00
parent 51ca73cb10
commit bce3426d26

View file

@ -124,7 +124,7 @@ namespace Ryujinx.Cpu.Signal
SigAction sig = new SigAction
{
sa_handler = action,
sa_flags = SA_SIGINFO | SA_ONSTACK,
sa_flags = SA_SIGINFO,
};
sigemptyset(ref sig.sa_mask);