summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/err_f.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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