summaryrefslogtreecommitdiffstats
path: root/src/core/hle/applets/erreula.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-2/+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-5/+7
|
* HLE/Applets: Implement ErrEula appletmailwl2016-07-041-0/+72