summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/fatal/fatal.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename logging macro back to LOG_*James Rowe2018-07-031-2/+2
|
* Properly rename fatal module functionsgreggameplayer2018-05-181-2/+2
|
* general: Make formatting of logged hex values more straightforwardLioncash2018-05-021-1/+1
| | | | | | This makes the formatting expectations more obvious (e.g. any zero padding specified is padding that's entirely dedicated to the value being printed, not any pretty-printing that also gets tacked on).
* fatal: Move logging macros over to new fmt-compatible onesLioncash2018-04-241-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/+38