Lioncash
|
f1709b8b59
|
applet: Move common IsRunning underlying variable to the Applet class
Gets rid of basic duplication.
|
2016-12-07 17:13:46 -05:00 |
|
Emmanuel Gil Peyrot
|
ebdae19fd2
|
Remove empty newlines in #include blocks.
This makes clang-format useful on those.
Also add a bunch of forgotten transitive includes, which otherwise
prevented compilation.
|
2016-09-21 11:15:47 +09:00 |
|
Yuri Kunde Schlesner
|
396a8d91a4
|
Manually tweak source formatting and then re-run clang-format
|
2016-09-18 21:14:25 -07:00 |
|
Emmanuel Gil Peyrot
|
dc8479928c
|
Sources: Run clang-format on everything.
|
2016-09-18 09:38:01 +09:00 |
|
Subv
|
6970b7d3d5
|
HLE/Applets: Use the correct size for the framebuffer SharedMemory in the swkbd and MiiSelector applets.
|
2016-05-07 10:01:40 -05:00 |
|
Emmanuel Gil Peyrot
|
fe909b3b5a
|
Core: Fix applet includes using iwyu.
|
2015-07-12 22:10:37 +01:00 |
|
Subv
|
725d5eea78
|
Applets: Reworked how the Applet update event is handled.
Applets are now cleaned up in AppletUpdateEvent after calling their respective Update method.
|
2015-07-11 22:32:12 -05:00 |
|
Subv
|
621ee10eae
|
Applets: Add infrastructure to allow custom drawing and input handling in Applets.
|
2015-07-11 21:47:23 -05:00 |
|
Subv
|
2a6ebadf66
|
HLE/APT: Initial HLE support for applets.
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.
|
2015-07-11 21:47:22 -05:00 |
|