1
0
Fork 0
forked from suyu/suyu
suyu/src/core/hle/service/sockets
flerovium^-^ 463356f0a7 Start to implement/stub BSD:U and SFDNSRES services (#78)
* bsd: start stubbing bsd:u and sfdnsres

* bsd: stubbed RegisterClient

* bsd: attempt to get past socket()

* bsd: fix some wrong assumptions about IPC

* bsd: fix format specifiers

* bsd: stubbed Connect()

* bsd: stubbed SendTo()

* made requested changes

* sockets: respect alphabetical order at service installation

* run clang-format

* bsd: start stubbing bsd:u and sfdnsres

* bsd: stubbed RegisterClient

* bsd: attempt to get past socket()

* bsd: fix some wrong assumptions about IPC

* bsd: fix format specifiers

* bsd: stubbed Connect()

* bsd: stubbed SendTo()

* made requested changes

* sockets: respect alphabetical order at service installation

* run clang-format

* run clang-format (2)
2018-01-18 14:35:03 -05:00
..
bsd_u.cpp Start to implement/stub BSD:U and SFDNSRES services (#78) 2018-01-18 14:35:03 -05:00
bsd_u.h Start to implement/stub BSD:U and SFDNSRES services (#78) 2018-01-18 14:35:03 -05:00
sfdnsres.h Start to implement/stub BSD:U and SFDNSRES services (#78) 2018-01-18 14:35:03 -05:00
sockets.cpp Start to implement/stub BSD:U and SFDNSRES services (#78) 2018-01-18 14:35:03 -05:00
sockets.h Start to implement/stub BSD:U and SFDNSRES services (#78) 2018-01-18 14:35:03 -05:00