aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/apt/apt.cpp
AgeCommit message (Expand)Author
2016-09-21Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot
2016-09-18Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot
2016-08-30Merge pull request #2023 from yuriks/autobase-bcfntbunnei
2016-08-27Auto-detect original shared_font.bin memory baseYuri Kunde Schlesner
2016-08-02fix #1942 and adds a few IPC functions for descriptorsLectem
2016-07-28Merge pull request #1950 from JamePeng/fix-apt-0x0055004-and-0x00560000bunnei
2016-07-28Instead of segfaulting, log an error to remind the user to dump the shared fo...Henrik Rydgard
2016-07-15Correct APT::0x00550040 and APT::0x00560000 functionJamePeng
2016-05-29Merge pull request #1692 from Subv/rm_getpointer2bunnei
2016-05-24Merge pull request #1520 from JamePeng/checknew3dsbunnei
2016-05-21APT: Remove use of Memory::GetPointerMerryMage
2016-05-12APT: Move the shared font loading and relocation functions to their own subdi...Subv
2016-05-12APT: Implement relocating the shared font to its true address.Subv
2016-05-12Kernel/SharedMemory: Properly implemented shared memory support.Subv
2016-04-20Implement CheckNew3DS and CheckNew3DSAppJamePeng
2016-04-05implement APT::GetStartupArgumentJamePeng
2016-03-12svc: Move ResetType enum to the kernel event headerLioncash
2016-03-12svc: Make ResetType an enum classLioncash
2016-03-12Merge pull request #1266 from Subv/miiappletbunnei
2016-03-12HLE/Applets: Implemented a dummy Mii Selector applet.Subv
2016-02-02services: Get rid of unnecessary includesLioncash
2015-08-26Core: Improve APT Shared Font hackYuri Kunde Schlesner
2015-08-16APT: Adjust shared font hack so it works with the new linear heap codeYuri Kunde Schlesner
2015-07-23Service/APT: Fixed a regression, PreloadLibraryApplet should also start an ap...Subv
2015-07-23Service/APT: Return proper parameters in GetLockHandle.Subv
2015-07-17Ensure all kernel objects are released during shutdownYuri Kunde Schlesner
2015-07-11Applets: Reworked how the Applet update event is handled.Subv
2015-07-11Applets: Add infrastructure to allow custom drawing and input handling in App...Subv
2015-07-11HLE/APT: Initial HLE support for applets.Subv
2015-06-22Add helpers to create IPC command buffer headers and descriptorsYuri Kunde Schlesner
2015-05-29Remove every trailing whitespace from the project (but externals).Emmanuel Gil Peyrot
2015-05-15APT/FS: Remove asserts that were causing false positivespurpasmart96
2015-05-10Kernel: Capture SharedMemory attributes at creation, not when mappingYuri Kunde Schlesner
2015-05-07Common: Remove common.hYuri Kunde Schlesner
2015-05-01Services: Initialize all state variables at bootup.bunnei
2015-04-09APT: (Subv) Fix bug where start event was being incorrectly signaled.bunnei
2015-04-02Services: Stubs and minor changespurpasmart96
2015-03-03Services: Moved the PTM and APT services to their own folderSubv