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