| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | hle: Remove a large amount of 3ds-specific service code. | 2017-10-10 | 1 | -85/+0 | |
| | | |||||
| * | applet: Move common IsRunning underlying variable to the Applet class | 2016-12-07 | 1 | -7/+2 | |
| | | | | | Gets rid of basic duplication. | ||||
| * | Remove empty newlines in #include blocks. | 2016-09-21 | 1 | -1/+0 | |
| | | | | | | | | 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-format | 2016-09-18 | 1 | -2/+1 | |
| | | |||||
| * | Sources: Run clang-format on everything. | 2016-09-18 | 1 | -5/+8 | |
| | | |||||
| * | HLE/Applets: Use the correct size for the framebuffer SharedMemory in the ↵ | 2016-05-07 | 1 | -4/+3 | |
| | | | | | swkbd and MiiSelector applets. | ||||
| * | Core: Fix applet includes using iwyu. | 2015-07-12 | 1 | -0/+3 | |
| | | |||||
| * | Applets: Reworked how the Applet update event is handled. | 2015-07-11 | 1 | -7/+11 | |
| | | | | | Applets are now cleaned up in AppletUpdateEvent after calling their respective Update method. | ||||
| * | Applets: Add infrastructure to allow custom drawing and input handling in ↵ | 2015-07-11 | 1 | -0/+16 | |
| | | | | | Applets. | ||||
| * | HLE/APT: Initial HLE support for applets. | 2015-07-11 | 1 | -0/+67 | |
| Currently only the SWKBD is emulated, and there's currently no way to ask the user for input, so it always returns "Subv" as the text. | |||||