mirror of
https://git.ryujinx.app/kenji-nx/ryujinx.git
synced 2025-12-13 13:37:08 +00:00
Linux: Fix games not launching (from Bionic code)
This commit is contained in:
parent
51ca73cb10
commit
bce3426d26
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue