diff options
author | comex <comexk@gmail.com> | 2023-07-01 17:28:43 -0700 |
---|---|---|
committer | Liam <byteslice@airmail.cc> | 2023-08-15 20:59:57 -0400 |
commit | 755bcc459bb9a5c7d521ea9046a8ac58c5256e73 (patch) | |
tree | 63a837fd55b77a8bb3c0b766c31a0d8ab0642d67 /src/shader_recompiler/backend/glsl/emit_glsl_image.cpp | |
parent | a8c4f01f6ca040672e85faaf42a8ef12d373dd65 (diff) |
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?
Diffstat (limited to 'src/shader_recompiler/backend/glsl/emit_glsl_image.cpp')
0 files changed, 0 insertions, 0 deletions