summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/apt_u.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove SyncRequest from K::Object and create a new K::Session typeYuri Kunde Schlesner2014-12-151-8/+8
| | | | | | | 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-10/+10
|
* APT_U: Added GetSharedFont service function.bunnei2014-12-131-34/+100
|
* Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generatedEmmanuel Gil Peyrot2014-11-191-2/+2
|
* APT_U: Added stub for function AppletUtility.bunnei2014-11-121-1/+29
|
* APT_U: Set a valid parameter buffer size in GlanceParameter.bunnei2014-11-121-17/+39
| | | | - Also Clarified GlanceParameter/ReceiveParameter documentation.
* APT_U: Release service lock on initialization.bunnei2014-11-121-0/+4
|
* APT_U: Fixes for GetLockHandle to boot system titles.bunnei2014-11-121-1/+18
| | | | - Also added comment to GetLockHandle function.
* Renamed souce files of services to match port namesGareth Poole2014-10-291-0/+199