aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/apt_u.cpp
AgeCommit message (Expand)Author
2015-03-03Services: Moved the PTM and APT services to their own folderSubv
2015-02-13core: Apply static to local functionsLioncash
2015-02-10Asserts: break/crash program, fit to style guide; log.h->assert.harchshift
2015-02-02Kernel: Stop creating useless Handles during object creationYuri Kunde Schlesner
2015-02-02Service: Clean-up InterfaceYuri Kunde Schlesner
2015-01-30apt_u: Fix missing printf specifiersLioncash
2015-01-30Kernel: Convert Event to not use HandlesYuri Kunde Schlesner
2015-01-30Kernel: Convert Mutex to not use HandlesYuri Kunde Schlesner
2015-01-30Kernel: Convert SharedMemory to not use HandlesYuri Kunde Schlesner
2015-01-26Merge pull request #345 from purpasmart96/apt_stubsbunnei
2015-01-22APT_U: Stub some functions & misc changespurpasmart96
2015-01-21Event: Fixed some bugs and cleanup (Subv)bunnei
2015-01-15APT: Fix typo in setting return code for NotifyToWaitbunnei
2015-01-14APT: Fixed the comment style in some variablesSebastian Valle
2015-01-13APTU: Stubbed NotifyToWait, taken from 3dmoo.Subv
2015-01-13Services: Added some missing services.Subv
2015-01-10Logging: Log all called service functions (under trace). Compile out all trac...archshift
2014-12-25Merge pull request #330 from purpasmart96/new_srvbunnei
2014-12-25More services & small clean upspurpasmart96
2014-12-22Merge pull request #322 from chinhodado/masterbunnei
2014-12-21More warning cleanupsChin
2014-12-20License changepurpasmart96
2014-12-15Remove SyncRequest from K::Object and create a new K::Session typeYuri Kunde Schlesner
2014-12-13Convert old logging calls to new logging macrosYuri Kunde Schlesner
2014-12-12APT_U: Added GetSharedFont service function.bunnei
2014-11-19Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ...Emmanuel Gil Peyrot
2014-11-11APT_U: Added stub for function AppletUtility.bunnei
2014-11-11APT_U: Set a valid parameter buffer size in GlanceParameter.bunnei
2014-11-11APT_U: Release service lock on initialization.bunnei
2014-11-11APT_U: Fixes for GetLockHandle to boot system titles.bunnei
2014-10-29Renamed souce files of services to match port namesGareth Poole