summaryrefslogtreecommitdiffstats
path: root/src/core/hle/applets/mii_selector.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* applet: Move common IsRunning underlying variable to the Applet classLioncash2016-12-071-2/+2
| | | | Gets rid of basic duplication.
* APT/Applets: Renamed the members of the SignalType enum.Subv2016-11-191-3/+3
| | | | Names now make sense and match 3dbrew.
* Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner2016-09-211-1/+1
|
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-211-4/+1
| | | | | | | This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
* Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner2016-09-191-2/+1
|
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-7/+9
|
* APT: Remove use of Memory::GetPointerMerryMage2016-05-211-10/+11
|
* HLE/Applets: Give each applet its own block of heap memory, and use that when creating the framebuffer shared memory block.Subv2016-05-131-2/+7
|
* Kernel/SharedMemory: Properly implemented shared memory support.Subv2016-05-131-2/+2
| | | | | | | Applications can request the kernel to allocate a piece of the linear heap for them when creating a shared memory object. Shared memory areas are now properly mapped into the target processes when calling svcMapMemoryBlock. Removed the APT Shared Font hack as it is no longer needed.
* Merge pull request #1761 from Subv/applets_fbbunnei2016-05-071-8/+11
|\ | | | | HLE/Applets: Use the correct size for the framebuffer SharedMemory
| * HLE/Applets: Use the correct size for the framebuffer SharedMemory in the swkbd and MiiSelector applets.Subv2016-05-071-8/+11
| |
* | Layout Mii parameters input/output, and return success as result of applet workmailwl2016-05-051-0/+5
|/
* HLE/Applets: Implemented a dummy Mii Selector applet.Subv2016-03-121-0/+75
This prevents some games (like Super Mario 3D Land) from freezing when trying to launch it, however, it's not complete and won't let you go past Mii selection as the parameter structure hasn't been reverse engineered yet.