summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/err_f.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2017-10-10hle: Remove a large amount of 3ds-specific service code.bunnei1-266/+0
2017-06-06Service: Remove unnecessary includes from service.hYuri Kunde Schlesner1-1/+1
2017-06-03Added system for handling core errors in citra-qt.TheKoopaKingdom1-0/+2
2017-01-29core: fix err_f.cpp warning about unhandled enumeration value on OSXKloen1-0/+2
2016-12-11Add all services to the Service namespaceLioncash1-10/+6
2016-10-06Rework the code of err:f serviceJamePeng1-118/+198
2016-09-21Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner1-1/+1
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot1-2/+1
2016-09-19Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner1-1/+3
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot1-67/+62
2016-02-02services: Get rid of unnecessary includesLioncash1-1/+2
2015-05-07Common: Remove common.hYuri Kunde Schlesner1-0/+2
2015-02-22Added information reporting from ThrowFatalErrorarchshift1-1/+164
2015-02-11Asserts: break/crash program, fit to style guide; log.h->assert.harchshift1-1/+0
2015-02-02Service: Clean-up InterfaceYuri Kunde Schlesner1-1/+1
2014-12-26More services & small clean upspurpasmart961-10/+8
2014-12-21License changepurpasmart961-1/+1
2014-11-19Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generatedEmmanuel Gil Peyrot1-2/+2
2014-11-02Added stub err:f service.archshift1-0/+27