mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
[rpcsx-os] ignore socket error
This commit is contained in:
parent
95f1a6feda
commit
6a2c97fea3
2 changed files with 6 additions and 6 deletions
|
|
@ -117,9 +117,9 @@ orbis::SysResult orbis::sys_kevent(Thread *thread, sint fd,
|
|||
change.fflags, change.data, change.udata);
|
||||
|
||||
if (change.flags & kEvAdd) {
|
||||
if (change.filter != kEvFiltDisplay && change.filter != kEvFiltGraphicsCore) {
|
||||
std::abort();
|
||||
}
|
||||
// if (change.filter != kEvFiltDisplay && change.filter != kEvFiltGraphicsCore) {
|
||||
// std::abort();
|
||||
// }
|
||||
|
||||
kq->notes.push_back({
|
||||
.event = change,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue