Lioncash
|
7055dbf489
|
applet: Move common IsRunning underlying variable to the Applet class
Gets rid of basic duplication.
|
10 years ago |
Emmanuel Gil Peyrot
|
1138ec0d49
|
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.
|
10 years ago |
Yuri Kunde Schlesner
|
1e4a5da9f4
|
Manually tweak source formatting and then re-run clang-format
|
10 years ago |
Emmanuel Gil Peyrot
|
628ed4376a
|
Sources: Run clang-format on everything.
|
10 years ago |
Subv
|
6b0496175d
|
HLE/Applets: Use the correct size for the framebuffer SharedMemory in the swkbd and MiiSelector applets.
|
10 years ago |
Emmanuel Gil Peyrot
|
fe909b3b5a
|
Core: Fix applet includes using iwyu.
|
11 years ago |
Subv
|
725d5eea78
|
Applets: Reworked how the Applet update event is handled.
Applets are now cleaned up in AppletUpdateEvent after calling their respective Update method.
|
11 years ago |
Subv
|
621ee10eae
|
Applets: Add infrastructure to allow custom drawing and input handling in Applets.
|
11 years ago |
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.
|
11 years ago |