summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/apt (follow)
Commit message (Expand)AuthorAgeFilesLines
* apt: Update apt function tablesLioncash2016-12-082-7/+73
* Bravely Default/Second stuck #1822 (#2188)pippo29312016-11-244-2/+22
* APT/Applets: Renamed the members of the SignalType enum.Subv2016-11-192-7/+18
* Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner2016-09-214-4/+4
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-213-9/+5
* Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner2016-09-195-18/+17
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-185-311/+337
* Merge pull request #2023 from yuriks/autobase-bcfntbunnei2016-08-303-30/+68
|\
| * Auto-detect original shared_font.bin memory baseYuri Kunde Schlesner2016-08-273-30/+68
* | fix #1942 and adds a few IPC functions for descriptorsLectem2016-08-021-2/+2
|/
* Merge pull request #1950 from JamePeng/fix-apt-0x0055004-and-0x00560000bunnei2016-07-295-22/+31
|\
| * Correct APT::0x00550040 and APT::0x00560000 functionJamePeng2016-07-155-22/+31
* | Instead of segfaulting, log an error to remind the user to dump the shared font fileHenrik Rydgard2016-07-281-0/+7
|/
* HLE/Applets: Implement ErrEula appletmailwl2016-07-041-0/+8
* Merge pull request #1692 from Subv/rm_getpointer2bunnei2016-05-302-16/+15
|\
| * APT: Remove use of Memory::GetPointerMerryMage2016-05-212-16/+15
* | Merge pull request #1520 from JamePeng/checknew3dsbunnei2016-05-245-7/+110
|\ \ | |/ |/|
| * Implement CheckNew3DS and CheckNew3DSAppJamePeng2016-04-205-7/+110
* | APT: Move the shared font loading and relocation functions to their own subdirectory services/apt/bcfnt.Subv2016-05-133-66/+165
* | APT: Implement relocating the shared font to its true address.Subv2016-05-131-9/+74
* | Kernel/SharedMemory: Properly implemented shared memory support.Subv2016-05-131-26/+12
* | HLE/Applets: Use the correct size for the framebuffer SharedMemory in the swkbd and MiiSelector applets.Subv2016-05-071-0/+15
|/
* append SetAppCpuTimeLimit and GetAppCpuTimeLimit to APT:AJamePeng2016-04-063-13/+16
* implement APT::GetStartupArgumentJamePeng2016-04-045-2/+37
* Append the missing function name"GetAppletInfo" to APT:AJamePeng2016-04-041-1/+2
* 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