summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/fatal/fatal.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* hle/service: Make constructors explicit where applicableLioncash2018-07-191-1/+1
| | | | | Prevents implicit construction and makes these lingering non-explicit constructors consistent with the rest of the other classes in services.
* Properly update fatal.h void namegreggameplayer2018-05-181-2/+2
|
* service: Use nested namespace specifiers where applicableLioncash2018-04-201-4/+2
| | | | Tidies up namespace declarations
* Service: add fatal:u, fatal:p servicesmailwl2018-03-201-0/+29