summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/fatal (follow)
Commit message (Expand)AuthorAgeFilesLines
* general: properly support multiple memory instancesLiam2023-12-231-1/+1
* service: move hle_ipc from kernelLiam2023-03-012-7/+7
* service: refactor server architectureLiam2023-02-212-4/+8
* general: rename CurrentProcess to ApplicationProcessLiam2023-02-141-1/+1
* service: fatal: Add function tablegerman772022-07-141-1/+7
* core: Replace all instances of ResultCode with Resultgerman772022-06-271-6/+5
* general: Convert source file copyright comments over to SPDXMorph2022-04-236-18/+12
* general: Get the current process program id directly from the systemMorph2021-11-041-2/+1
* general: Rename GetTitleID to GetProgramIDMorph2021-11-041-1/+1
* general: Replace RESULT_SUCCESS with ResultSuccessMorph2021-06-021-3/+3
* common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270)Morph2021-05-261-1/+0
* hle: kernel: Rename Process to KProcess.bunnei2021-05-061-1/+1
* core: Remove unnecessary enum casts in log callsLioncash2020-12-081-2/+3
* service: Eliminate usages of the global system instanceLioncash2020-11-276-10/+11
* hle/service: Replace global system instance calls with instance-based onesLioncash2019-10-061-1/+1
* Deglobalize System: FatalDavid Marcec2019-09-226-20/+29
* accommodate for fmt updateEthan2019-08-291-1/+1
* fatal: Save report on fatal:u callZach Hilman2019-05-251-21/+5
* service/fatal: Mark local variables as const where applicableLioncash2019-03-301-6/+6
* service/fatal: Remove unnecessary semicolonLioncash2019-03-301-1/+1
* service/fatal: Name FatalInfo structure membersLioncash2019-03-301-31/+44
* Moved log backtrace to arm_interface.cpp. Added printing of error code to fatalDavid Marcec2018-12-291-1/+2
* 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