summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/ac_u.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Service/AC: add ac:i servicemailwl2016-12-301-291/+0
|
* Add all services to the Service namespaceLioncash2016-12-111-21/+19
| | | | | Previously there was a split where some of the services were in the Service namespace and others were not.
* Set client SDK version to Service APIsmailwl2016-11-301-1/+19
|
* Style fixmailwl2016-11-021-2/+2
|
* Rename AcConfig, change types u8 to u32mailwl2016-11-021-21/+25
|
* AC_U: Stub functions, used if EULA agreedmailwl2016-11-021-14/+189
|
* Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner2016-09-211-1/+1
|
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-211-2/+1
| | | | | | | This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-19/+19
|
* ac:u: stub CloseAsync; check memory size aling in svc:GetProcessInfo(type=2)mailwl2016-04-211-1/+25
|
* ac:u: Stub IsConnectedmailwl2016-03-041-2/+17
|
* services: Get rid of unnecessary includesLioncash2016-02-021-1/+0
|
* core: Apply static to local functionsLioncash2015-02-131-1/+1
|
* Asserts: break/crash program, fit to style guide; log.h->assert.harchshift2015-02-111-1/+1
| | | | | | | 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-3/+0
|
* License changepurpasmart962014-12-211-1/+1
|
* Remove SyncRequest from K::Object and create a new K::Session typeYuri Kunde Schlesner2014-12-151-1/+1
| | | | | | | This is a first step at fixing the conceptual insanity that is our handling of service and IPC calls. For now, interfaces still directly derived from Session because we don't have the infrastructure to do it properly. (That is, Processes and scheduling them.)
* Convert old logging calls to new logging macrosYuri Kunde Schlesner2014-12-131-1/+1
|
* AC_U: Added a stub for GetWifiStatuspurpasmart962014-12-031-1/+19
|
* Add more services and some fixes, along with more "override"purpasmart962014-11-211-3/+3
| | | | in the service's headers
* Added a bunch of servicespurpasmart962014-11-011-0/+44