1
0
Fork 0
forked from suyu/suyu
suyu/src
ReinUsesLisp f7d59f3e0e services/bsd: Implement most of bsd:s
This implements: Socket, Poll, Accept, Bind, Connect, GetPeerName,
GetSockName, Listen, Fcntl, SetSockOpt, Shutdown, Recv, RecvFrom,
Send, SendTo, Write, and Close

The implementation was done referencing: SwIPC, switchbrew, testing
with libnx and inspecting its code, general information about bsd
sockets online, and analysing official software.

Not everything from these service calls is implemented, but everything
that is not implemented will be logged in some way.
2020-07-28 01:48:42 -03:00
..
audio_core core_timing: Make use of uintptr_t to represent user_data 2020-07-27 21:21:01 -04:00
common Merge pull request #4415 from lioncash/maybe 2020-07-25 21:35:09 -07:00
core services/bsd: Implement most of bsd:s 2020-07-28 01:48:42 -03:00
input_common GCAdapter: only join worker thread if running & joinable 2020-07-26 14:54:02 -07:00
tests core_timing: Make use of uintptr_t to represent user_data 2020-07-27 21:21:01 -04:00
video_core Merge pull request #4419 from lioncash/initializer 2020-07-27 15:52:03 -07:00
web_service Replace externals with Conan (#3735) 2020-05-08 17:09:29 -04:00
yuzu yuzu/configure_debug: Remove duplicated checkboxes 2020-07-26 02:45:19 +02:00
yuzu_cmd Rebase for per game settings 2020-07-17 14:26:14 +10:00
yuzu_tester configuration: Add settings to enable/disable specific CPU optimizations 2020-07-11 14:34:09 +01:00
.clang-format
CMakeLists.txt Build System: Fix GCC & MINGW Build. 2020-06-27 11:36:28 -04:00