summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/http_c.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add all services to the Service namespaceLioncash2016-12-111-9/+5
| | | | | Previously there was a split where some of the services were in the Service namespace and others were not.
* http_c: Update function tableLioncash2016-12-081-0/+4
| | | | Updated based off information from 3dbrew.
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-50/+50
|
* hle: Update service function tablesLioncash2016-03-121-0/+2
|
* services: Get rid of unnecessary includesLioncash2016-02-021-1/+0
|
* services: Update some function tablesLioncash2015-12-301-1/+9
|
* Asserts: break/crash program, fit to style guide; log.h->assert.harchshift2015-02-111-1/+0
| | | | | | | 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
|
* More services & small clean upspurpasmart962014-12-261-0/+64