summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/soc_u.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* hle: Remove a large amount of 3ds-specific service code.bunnei2017-10-101-24/+0
|
* Add all services to the Service namespaceLioncash2016-12-111-8/+7
| | | | | Previously there was a split where some of the services were in the Service namespace and others were not.
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-211-1/+0
| | | | | | | This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
* Core: Cleanup soc:U includes.Emmanuel Gil Peyrot2015-06-281-0/+2
|
* SOC_U: Preliminary implementation of sockets.Subv2014-12-311-0/+1
| | | | | | | | | | | | | 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
* More services & small clean upspurpasmart962014-12-261-5/+1
|
* License changepurpasmart962014-12-211-1/+1
|
* Add more services and some fixes, along with more "override"purpasmart962014-11-211-1/+1
| | | | in the service's headers
* Added a bunch of servicespurpasmart962014-11-011-0/+27