summaryrefslogtreecommitdiff
path: root/src/core/hle/applets/mii_selector.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* hle: Remove a large amount of 3ds-specific service code.Gravatar bunnei2017-10-101-86/+0
* Mii Selector Applet: update Mii structuresGravatar mailwl2017-09-041-3/+3
* HLE/Applets: Fixed some conversion warnings when creating the framebuffer sha...Gravatar Subv2017-08-211-2/+2
* Remove some unnecessary inclusions of video_core.hGravatar Yuri Kunde Schlesner2017-05-271-1/+0
* applet: Move common IsRunning underlying variable to the Applet classGravatar Lioncash2016-12-071-2/+2
* APT/Applets: Renamed the members of the SignalType enum.Gravatar Subv2016-11-191-3/+3
* Use negative priorities to avoid special-casing the self-includeGravatar Yuri Kunde Schlesner2016-09-211-1/+1
* Remove empty newlines in #include blocks.Gravatar Emmanuel Gil Peyrot2016-09-211-4/+1
* Manually tweak source formatting and then re-run clang-formatGravatar Yuri Kunde Schlesner2016-09-181-2/+1
* Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot2016-09-181-7/+9
* APT: Remove use of Memory::GetPointerGravatar MerryMage2016-05-211-10/+11
* HLE/Applets: Give each applet its own block of heap memory, and use that when...Gravatar Subv2016-05-121-2/+7
* Kernel/SharedMemory: Properly implemented shared memory support.Gravatar Subv2016-05-121-2/+2
* Merge pull request #1761 from Subv/applets_fbGravatar bunnei2016-05-071-8/+11
|\
| * HLE/Applets: Use the correct size for the framebuffer SharedMemory in the swk...Gravatar Subv2016-05-071-8/+11
* | Layout Mii parameters input/output, and return success as result of applet workGravatar mailwl2016-05-051-0/+5
|/
* HLE/Applets: Implemented a dummy Mii Selector applet.Gravatar Subv2016-03-121-0/+75