summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/fatal (follow)
Commit message (Expand)AuthorAgeFilesLines
* kernel/process: Make data member variables privateLioncash2018-09-301-1/+1
* service: Add missing headers inclusions where applicableLioncash2018-09-251-1/+1
* Implemented fatal:u properly (#1347)David2018-09-243-4/+140
* hle/service: Default constructors and destructors in the cpp file where applicableLioncash2018-09-116-0/+9
* hle/service: Make constructors explicit where applicableLioncash2018-07-191-1/+1
* Rename logging macro back to LOG_*James Rowe2018-07-031-2/+2
* rename fatal:u functions & add ThrowFatalgreggameplayer2018-05-181-2/+3
* Properly update fatal.h void namegreggameplayer2018-05-181-2/+2
* Properly rename fatal module functionsgreggameplayer2018-05-181-2/+2
* general: Make formatting of logged hex values more straightforwardLioncash2018-05-021-1/+1
* fatal: Move logging macros over to new fmt-compatible onesLioncash2018-04-241-2/+2
* service: Use nested namespace specifiers where applicableLioncash2018-04-206-24/+12
* Service: add fatal:u, fatal:p servicesmailwl2018-03-206-0/+136