yuzu-fork/src/core/hle
comex 755bcc459b Improve behavior when sending to closed connection
- On Unix, this would previously kill the Yuzu process with SIGPIPE.
  Send MSG_NOSIGNAL to opt out of this.

- Add support for the proper error code in this situation, EPIPE.

- Windows has nonstandard behavior in this situation; translate it to
  the standard behavior.  Kind of pointless, but isn't it nice to be
  correct?
2023-08-15 20:59:57 -04:00
..
kernel core: remove ResultVal type 2023-08-08 11:09:37 -04:00
service Improve behavior when sending to closed connection 2023-08-15 20:59:57 -04:00
api_version.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
ipc.h chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
result.h core: remove ResultVal type 2023-08-08 11:09:37 -04:00