aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/fatal/fatal.cpp
AgeCommit message (Expand)Author
2018-09-30kernel/process: Make data member variables privateLioncash
2018-09-25service: Add missing headers inclusions where applicableLioncash
2018-09-23Implemented fatal:u properly (#1347)David
2018-09-10hle/service: Default constructors and destructors in the cpp file where appli...Lioncash
2018-07-02Rename logging macro back to LOG_*James Rowe
2018-05-18Properly rename fatal module functionsgreggameplayer
2018-05-02general: Make formatting of logged hex values more straightforwardLioncash
2018-04-24fatal: Move logging macros over to new fmt-compatible onesLioncash
2018-04-19service: Use nested namespace specifiers where applicableLioncash
2018-03-20Service: add fatal:u, fatal:p servicesmailwl