summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/fatal (unfollow)
Commit message (Expand)AuthorFilesLines
2018-09-30kernel/process: Make data member variables privateLioncash1-1/+1
2018-09-25service: Add missing headers inclusions where applicableLioncash1-1/+1
2018-09-24Implemented fatal:u properly (#1347)David3-4/+140
2018-09-11hle/service: Default constructors and destructors in the cpp file where applicableLioncash6-0/+9
2018-07-19hle/service: Make constructors explicit where applicableLioncash1-1/+1
2018-07-03Rename logging macro back to LOG_*James Rowe1-2/+2
2018-05-18rename fatal:u functions & add ThrowFatalgreggameplayer1-2/+3
2018-05-18Properly update fatal.h void namegreggameplayer1-2/+2
2018-05-18Properly rename fatal module functionsgreggameplayer1-2/+2
2018-05-02general: Make formatting of logged hex values more straightforwardLioncash1-1/+1
2018-04-24fatal: Move logging macros over to new fmt-compatible onesLioncash1-2/+2
2018-04-20service: Use nested namespace specifiers where applicableLioncash6-24/+12
2018-03-20Service: add fatal:u, fatal:p servicesmailwl6-0/+136