summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/apt (unfollow)
Commit message (Expand)AuthorFilesLines
2016-04-20Implement CheckNew3DS and CheckNew3DSAppJamePeng5-7/+110
2016-04-06append SetAppCpuTimeLimit and GetAppCpuTimeLimit to APT:AJamePeng3-13/+16
2016-04-04implement APT::GetStartupArgumentJamePeng5-2/+37
2016-04-04Append the missing function name"GetAppletInfo" to APT:AJamePeng1-1/+2
2016-03-13svc: Move ResetType enum to the kernel event headerLioncash1-2/+2
2016-03-12svc: Make ResetType an enum classLioncash1-2/+2
2016-03-12HLE/Applets: Implemented a dummy Mii Selector applet.Subv3-2/+36
2016-02-02services: Get rid of unnecessary includesLioncash4-8/+0
2015-12-30services: Update some function tablesLioncash2-0/+12
2015-08-27Core: Improve APT Shared Font hackYuri Kunde Schlesner1-2/+2
2015-08-16APT: Adjust shared font hack so it works with the new linear heap codeYuri Kunde Schlesner1-10/+11
2015-07-24Service/APT: Fixed a regression, PreloadLibraryApplet should also start an applet when called.Subv5-4/+35
2015-07-24Service/APT: Return proper parameters in GetLockHandle.Subv2-14/+37
2015-07-17Ensure all kernel objects are released during shutdownYuri Kunde Schlesner1-0/+3
2015-07-12Core: Fix applet includes using iwyu.Emmanuel Gil Peyrot1-3/+6
2015-07-12Applets: Reworked how the Applet update event is handled.Subv2-3/+3
2015-07-12Applets: Add infrastructure to allow custom drawing and input handling in Applets.Subv1-18/+27
2015-07-12HLE/APT: Initial HLE support for applets.Subv4-50/+173
2015-06-23Add helpers to create IPC command buffer headers and descriptorsYuri Kunde Schlesner1-2/+4
2015-05-29Remove every trailing whitespace from the project (but externals).Emmanuel Gil Peyrot2-6/+6
2015-05-16APT/FS: Remove asserts that were causing false positivespurpasmart961-2/+0
2015-05-11Kernel: Capture SharedMemory attributes at creation, not when mappingYuri Kunde Schlesner1-1/+3
2015-05-07Common: Remove common.hYuri Kunde Schlesner3-4/+2
2015-05-02Services: Initialize all state variables at bootup.bunnei1-6/+11
2015-04-10APT: (Subv) Fix bug where start event was being incorrectly signaled.bunnei1-6/+7
2015-04-03Services: Stubs and minor changespurpasmart963-27/+102
2015-03-04Services: Moved the PTM and APT services to their own folderSubv8-0/+827