summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/err_f.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* hle: Remove a large amount of 3ds-specific service code.bunnei2017-10-101-266/+0
|
* Service: Remove unnecessary includes from service.hYuri Kunde Schlesner2017-06-061-1/+1
| | | | | This has a huge fallout in terms of needing to fix other files because all service implementations included that file.
* Added system for handling core errors in citra-qt.TheKoopaKingdom2017-06-031-0/+2
|
* core: fix err_f.cpp warning about unhandled enumeration value on OSXKloen2017-01-291-0/+2
|
* Add all services to the Service namespaceLioncash2016-12-111-10/+6
| | | | | Previously there was a split where some of the services were in the Service namespace and others were not.
* Rework the code of err:f serviceJamePeng2016-10-061-118/+198
|
* 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-1/+3
|
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-67/+62
|
* services: Get rid of unnecessary includesLioncash2016-02-021-1/+2
|
* Common: Remove common.hYuri Kunde Schlesner2015-05-071-0/+2
|
* Added information reporting from ThrowFatalErrorarchshift2015-02-221-1/+164
| | | | This was RE'd from the errdisp applet.
* Asserts: break/crash program, fit to style guide; log.h->assert.harchshift2015-02-111-1/+0
| | | | | | | Involves making asserts use printf instead of the log functions (log functions are asynchronous and, as such, the log won't be printed in time) As such, the log type argument was removed (printf obviously can't use it, and it's made obsolete by the file and line printing) Also removed some GEKKO cruft.
* Service: Clean-up InterfaceYuri Kunde Schlesner2015-02-021-1/+1
|
* More services & small clean upspurpasmart962014-12-261-10/+8
|
* License changepurpasmart962014-12-211-1/+1
|
* Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generatedEmmanuel Gil Peyrot2014-11-191-2/+2
|
* Added stub err:f service.archshift2014-11-021-0/+27