summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/soc_u.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Services: Use the standard _WIN32 define in soc:U instead of our own EMU_PLATFORM.Emmanuel Gil Peyrot2015-06-271-8/+7
|
* Remove every trailing whitespace from the project (but externals).Emmanuel Gil Peyrot2015-05-291-15/+15
|
* Common: Remove common.hYuri Kunde Schlesner2015-05-071-0/+1
|
* Asserts: break/crash program, fit to style guide; log.h->assert.harchshift2015-02-111-3/+2
| | | | | | | Involves making asserts use printf instead of the log functions (log functions are asynchronous and, as such, the log won't be printed in time) As such, the log type argument was removed (printf obviously can't use it, and it's made obsolete by the file and line printing) Also removed some GEKKO cruft.
* Service: Clean-up InterfaceYuri Kunde Schlesner2015-02-021-1/+1
|
* Fix building on MinGWdarkf2015-01-121-0/+13
|
* Merge pull request #272 from rohit-n/sign-comparebunnei2015-01-061-4/+4
|\ | | | | Silence some -Wsign-compare warnings.
| * Silence some -Wsign-compare warnings.Rohit Nirmal2015-01-011-4/+4
| |
* | soc_u: Fix a missing formatting argumentLioncash2015-01-031-1/+1
|/
* SOC_U: Preliminary implementation of sockets.Subv2014-12-311-21/+700
| | | | | | | | | | | | | 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-3/+0
|
* License changepurpasmart962014-12-211-1/+1
|
* Added a bunch of servicespurpasmart962014-11-011-0/+58