Linux: Fix games not launching (from Bionic code)

This commit is contained in:
KeatonTheBot
2025-05-31 02:59:09 -05:00
parent cdd4557343
commit cc0b704d8e
@@ -123,7 +123,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);