summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/soc_u.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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