summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/fatal/fatal.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-07-03Rename logging macro back to LOG_*James Rowe1-2/+2
2018-05-18Properly rename fatal module functionsgreggameplayer1-2/+2
2018-05-02general: Make formatting of logged hex values more straightforwardLioncash1-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).
2018-04-24fatal: Move logging macros over to new fmt-compatible onesLioncash1-2/+2
2018-04-20service: Use nested namespace specifiers where applicableLioncash1-4/+2
Tidies up namespace declarations
2018-03-20Service: add fatal:u, fatal:p servicesmailwl1-0/+38