summaryrefslogtreecommitdiff
path: root/src/core/hle/applets (unfollow)
Commit message (Expand)AuthorFilesLines
2017-10-10hle: Remove a large amount of 3ds-specific service code.Gravatar bunnei10-782/+0
2017-09-04Remove _flag in var namesGravatar mailwl1-6/+6
2017-09-04Mii Selector Applet: update Mii structuresGravatar mailwl2-34/+29
2017-08-21HLE/Applets: Fixed some conversion warnings when creating the framebuffer sha...Gravatar Subv4-8/+8
2017-05-27Remove some unnecessary inclusions of video_core.hGravatar Yuri Kunde Schlesner2-2/+0
2017-01-31HLE/Applets: Stub Mint (eShop) Applet (#2463)Gravatar mailwl3-0/+106
2016-12-11Add all services to the Service namespaceGravatar Lioncash1-2/+2
2016-12-07applet: Move common IsRunning underlying variable to the Applet classGravatar Lioncash8-28/+19
2016-12-07applet: Make virtual destructor defaultedGravatar Lioncash1-1/+1
2016-12-07applet: Make constructor protectedGravatar Lioncash1-1/+2
2016-11-19APT/Applets: Renamed the members of the SignalType enum.Gravatar Subv3-9/+9
2016-09-21Use negative priorities to avoid special-casing the self-includeGravatar Yuri Kunde Schlesner4-4/+4
2016-09-21Remove empty newlines in #include blocks.Gravatar Emmanuel Gil Peyrot7-16/+4
2016-09-18Manually tweak source formatting and then re-run clang-formatGravatar Yuri Kunde Schlesner6-14/+7
2016-09-18Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot8-64/+88
2016-07-04HLE/Applets: Implement ErrEula appletGravatar mailwl3-0/+108
2016-05-21APT: Remove use of Memory::GetPointerGravatar MerryMage3-19/+21
2016-05-21Applets/swkdb: Remove use of Memory::GetPointerGravatar MerryMage1-1/+1
2016-05-12HLE/Applets: Give each applet its own block of heap memory, and use that when...Gravatar Subv3-4/+14
2016-05-12Kernel/SharedMemory: Properly implemented shared memory support.Gravatar Subv2-4/+4
2016-05-07HLE/Applets: Use the correct size for the framebuffer SharedMemory in the swk...Gravatar Subv4-23/+29
2016-05-05Layout Mii parameters input/output, and return success as result of applet workGravatar mailwl2-0/+49
2016-03-12HLE/Applets: Implemented a dummy Mii Selector applet.Gravatar Subv3-0/+118
2015-07-23Service/APT: Fixed a regression, PreloadLibraryApplet should also start an ap...Gravatar Subv1-1/+1
2015-07-23Service/APT: Return proper parameters in GetLockHandle.Gravatar Subv2-0/+12
2015-07-12Core: Fix applet includes using iwyu.Gravatar Emmanuel Gil Peyrot4-4/+22
2015-07-11Applets: Reworked how the Applet update event is handled.Gravatar Subv4-31/+57
2015-07-11Applets: Add infrastructure to allow custom drawing and input handling in App...Gravatar Subv4-19/+123
2015-07-11HLE/APT: Initial HLE support for applets.Gravatar Subv4-0/+233