mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2026-04-03 11:47:45 -06:00
|
Some checks are pending
citra-build / source (push) Waiting to run
citra-build / linux (appimage) (push) Waiting to run
citra-build / linux (fresh) (push) Waiting to run
citra-build / macos (arm64) (push) Waiting to run
citra-build / macos (x86_64) (push) Waiting to run
citra-build / macos-universal (push) Blocked by required conditions
citra-build / windows (msvc) (push) Waiting to run
citra-build / windows (msys2) (push) Waiting to run
citra-build / android (push) Waiting to run
citra-format / clang-format (push) Waiting to run
citra-transifex / transifex (push) Waiting to run
* MacOS: fix(network): fixes ArticBase UDP buffer handling on macOS - Set minimum 8KB UDP receive buffer size on macOS for reliable operation - Add platform-specific buffer size handling with conditional compilation - Enhance error logging with errno details and buffer size verification - Maintain backward compatibility with existing buffer sizes on other platforms Fixes ArticBase controller input reliability issues on macOS by ensuring adequate UDP buffer capacity for real-time controller data transmission. * Remove redundant log --------- Co-authored-by: Alex Molina <alexmolina@MacBook-Air-de-Alex.local> Co-authored-by: PabloMK7 <hackyglitch2@gmail.com> |
||
|---|---|---|
| .. | ||
| artic_base | ||
| announce_multiplayer_session.cpp | ||
| announce_multiplayer_session.h | ||
| CMakeLists.txt | ||
| network_settings.cpp | ||
| network_settings.h | ||
| network.cpp | ||
| network.h | ||
| packet.cpp | ||
| packet.h | ||
| precompiled_headers.h | ||
| room_member.cpp | ||
| room_member.h | ||
| room.cpp | ||
| room.h | ||
| socket_manager.cpp | ||
| socket_manager.h | ||
| verify_user.cpp | ||
| verify_user.h | ||