aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/soc_u.h
AgeCommit message (Collapse)Author
2017-10-10hle: Remove a large amount of 3ds-specific service code.bunnei
2016-12-11Add all services to the Service namespaceLioncash
Previously there was a split where some of the services were in the Service namespace and others were not.
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot
This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
2015-06-28Core: Cleanup soc:U includes.Emmanuel Gil Peyrot
2014-12-31SOC_U: Preliminary implementation of sockets.Subv
Stubbed CreateMemoryBlock Using Berkeley sockets, and Winsock2.2 on Windows. So far ftpony creates the socket and accepts incoming connections SOC_U: Renamed functions to maintain consistency Also prevents possible scope errors / conflicts with the actual Berkeley socket functions SOCU: Close all the opened sockets when cleaning up SOCU
2014-12-25More services & small clean upspurpasmart96
2014-12-20License changepurpasmart96
2014-11-20Add more services and some fixes, along with more "override"purpasmart96
in the service's headers
2014-11-01Added a bunch of servicespurpasmart96