summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/apt (follow)
Commit message (Expand)AuthorAgeFilesLines
* svc: Move ResetType enum to the kernel event headerLioncash2016-03-131-2/+2
* svc: Make ResetType an enum classLioncash2016-03-121-2/+2
* Merge pull request #1266 from Subv/miiappletbunnei2016-03-123-2/+36
|\
| * HLE/Applets: Implemented a dummy Mii Selector applet.Subv2016-03-123-2/+36
* | services: Get rid of unnecessary includesLioncash2016-02-024-8/+0
* | services: Update some function tablesLioncash2015-12-302-0/+12
|/
* Core: Improve APT Shared Font hackYuri Kunde Schlesner2015-08-271-2/+2
* APT: Adjust shared font hack so it works with the new linear heap codeYuri Kunde Schlesner2015-08-161-10/+11
* Service/APT: Fixed a regression, PreloadLibraryApplet should also start an applet when called.Subv2015-07-245-4/+35
* Service/APT: Return proper parameters in GetLockHandle.Subv2015-07-242-14/+37
* Ensure all kernel objects are released during shutdownYuri Kunde Schlesner2015-07-171-0/+3
* Core: Fix applet includes using iwyu.Emmanuel Gil Peyrot2015-07-121-3/+6
* Applets: Reworked how the Applet update event is handled.Subv2015-07-122-3/+3
* Applets: Add infrastructure to allow custom drawing and input handling in Applets.Subv2015-07-121-18/+27
* HLE/APT: Initial HLE support for applets.Subv2015-07-124-50/+173
* Add helpers to create IPC command buffer headers and descriptorsYuri Kunde Schlesner2015-06-231-2/+4
* Remove every trailing whitespace from the project (but externals).Emmanuel Gil Peyrot2015-05-292-6/+6
* APT/FS: Remove asserts that were causing false positivespurpasmart962015-05-161-2/+0
* Kernel: Capture SharedMemory attributes at creation, not when mappingYuri Kunde Schlesner2015-05-111-1/+3
* Common: Remove common.hYuri Kunde Schlesner2015-05-073-4/+2
* Services: Initialize all state variables at bootup.bunnei2015-05-021-6/+11
* APT: (Subv) Fix bug where start event was being incorrectly signaled.bunnei2015-04-101-6/+7
* Services: Stubs and minor changespurpasmart962015-04-033-27/+102
* Services: Moved the PTM and APT services to their own folderSubv2015-03-048-0/+827