summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/apt_u.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Services: Moved the PTM and APT services to their own folderSubv2015-03-041-526/+0
| | | | | | This coincidentally fixes an issue about the PTM service failing to create its SharedExtSaveData archive due to the FS service not being initialized by the time the creating code runs. Ideally I'd like to move each process to its own folder, and have a single file per process that registers the service classes, which would be in their own files inside that folder. Then each service class would just call functions from the process to complete the commands.
* 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
| | | | | | | 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.
* Kernel: Stop creating useless Handles during object creationYuri Kunde Schlesner2015-02-021-4/+4
| | | | | They're finally unnecessary, and will stop cluttering the application's handle table.
* 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 changes
| * 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
| | | | | Also renamed some handles in the APT:U service to be more descriptive. Fixed a typo in InquireNotification
* Services: Added some missing services.Subv2015-01-131-1/+1
| | | | | cfg:s, ptm:sysm, apt:s. apt:s is almost exactly the same as apt:u as per 3dbrew
* 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 ups
| * More services & small clean upspurpasmart962014-12-261-3/+0
| |
* | Merge pull request #322 from chinhodado/masterbunnei2014-12-221-2/+2
|\ \ | |/ |/| More warning cleanups
| * 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
| | | | | | | 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