mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-05-15 23:53:01 +00:00
Linux fixes
This commit is contained in:
parent
1d0f2c16e0
commit
056f93f3e4
7 changed files with 48 additions and 25 deletions
|
@ -370,8 +370,8 @@ void signal_handler(int sig, siginfo_t* info, void* uct)
|
|||
}
|
||||
}
|
||||
|
||||
// else some fatal error (not sure what will happen)
|
||||
//exit(EXIT_FAILURE);
|
||||
// else some fatal error
|
||||
exit(EXIT_FAILURE);
|
||||
}
|
||||
|
||||
const int sigaction_result = []() -> int
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue