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