summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/apt_u.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Services: Moved the PTM and APT services to their own folderSubv2015-03-041-526/+0
* core: Apply static to local functionsLioncash2015-02-131-5/+5
* Asserts: break/crash program, fit to style guide; log.h->assert.harchshift2015-02-111-1/+1
* Kernel: Stop creating useless Handles during object creationYuri Kunde Schlesner2015-02-021-4/+4
* Service: Clean-up InterfaceYuri Kunde Schlesner2015-02-021-1/+1
* apt_u: Fix missing printf specifiersLioncash2015-01-301-2/+2
* Kernel: Convert Event to not use HandlesYuri Kunde Schlesner2015-01-301-14/+12
* Kernel: Convert Mutex to not use HandlesYuri Kunde Schlesner2015-01-301-8/+8
* Kernel: Convert SharedMemory to not use HandlesYuri Kunde Schlesner2015-01-301-4/+4
* Merge pull request #345 from purpasmart96/apt_stubsbunnei2015-01-271-91/+276
|\
| * APT_U: Stub some functions & misc changespurpasmart962015-01-231-91/+276
* | Event: Fixed some bugs and cleanup (Subv)bunnei2015-01-221-2/+2
|/
* APT: Fix typo in setting return code for NotifyToWaitbunnei2015-01-161-1/+1
* APT: Fixed the comment style in some variablesSebastian Valle2015-01-141-2/+2
* APTU: Stubbed NotifyToWait, taken from 3dmoo.Subv2015-01-141-7/+21
* Services: Added some missing services.Subv2015-01-131-1/+1
* Logging: Log all called service functions (under trace). Compile out all trace logs under release for performance.archshift2015-01-101-4/+0
* Merge pull request #330 from purpasmart96/new_srvbunnei2014-12-261-3/+0
|\
| * More services & small clean upspurpasmart962014-12-261-3/+0
* | Merge pull request #322 from chinhodado/masterbunnei2014-12-221-2/+2
|\ \ | |/ |/|
| * More warning cleanupsChin2014-12-211-2/+2
* | License changepurpasmart962014-12-211-1/+1
|/
* Remove SyncRequest from K::Object and create a new K::Session typeYuri Kunde Schlesner2014-12-151-8/+8
* 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
* 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
* Renamed souce files of services to match port namesGareth Poole2014-10-291-0/+199