Yuzu/src
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
..
android Merge pull request #11273 from t895/setup-completion 2023-08-14 15:41:35 -07:00
audio_core Merge pull request #10839 from lat9nq/pgc-plus 2023-08-02 14:25:52 -04:00
common general: fix apple clang build 2023-08-09 22:38:37 -04:00
core Improve behavior when sending to closed connection 2023-08-15 20:59:57 -04:00
dedicated_room
input_common input_common: set SDL_HINT_GAMECONTROLLER_USE_BUTTON_LABELS to 0 2023-07-07 21:59:47 +02:00
network
shader_recompiler Fix shader dumps with nvdisasm 2023-08-03 15:30:27 +01:00
tests
video_core Merge pull request #11282 from ameerj/glasm-xfb 2023-08-14 09:19:20 -04:00
web_service general: Silence -Wshadow{,-uncaptured-local} warnings 2023-07-18 19:31:35 -04:00
yuzu Allow searching by a substring of the title ID 2023-08-11 00:07:12 +07:00
yuzu_cmd configure_system: Implement with for loop 2023-07-21 10:56:07 -04:00
.clang-format
CMakeLists.txt cmake: Reposition preprocessor switch comment 2023-07-21 10:56:55 -04:00