summaryrefslogtreecommitdiff
path: root/src/core/hle/service/fatal (follow)
Commit message (Expand)AuthorAgeFilesLines
* result: Make fully constexpr, add ON_RESULT_INCLUDEDGravatar FearlessTobi2024-01-251-2/+2
* general: properly support multiple memory instancesGravatar Liam2023-12-221-1/+1
* service: move hle_ipc from kernelGravatar Liam2023-03-012-7/+7
* service: refactor server architectureGravatar Liam2023-02-212-4/+8
* general: rename CurrentProcess to ApplicationProcessGravatar Liam2023-02-131-1/+1
* service: fatal: Add function tableGravatar german772022-07-141-1/+7
* core: Replace all instances of ResultCode with ResultGravatar german772022-06-261-6/+5
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-236-18/+12
* general: Get the current process program id directly from the systemGravatar Morph2021-11-041-2/+1
* general: Rename GetTitleID to GetProgramIDGravatar Morph2021-11-041-1/+1
* general: Replace RESULT_SUCCESS with ResultSuccessGravatar Morph2021-06-021-3/+3
* common: fs: Rework the Common Filesystem interface to make use of std::filesy...Gravatar Morph2021-05-251-1/+0
* hle: kernel: Rename Process to KProcess.Gravatar bunnei2021-05-051-1/+1
* core: Remove unnecessary enum casts in log callsGravatar Lioncash2020-12-071-2/+3
* service: Eliminate usages of the global system instanceGravatar Lioncash2020-11-266-10/+11
* hle/service: Replace global system instance calls with instance-based onesGravatar Lioncash2019-10-061-1/+1
* Deglobalize System: FatalGravatar David Marcec2019-09-226-20/+29
* accommodate for fmt updateGravatar Ethan2019-08-291-1/+1
* fatal: Save report on fatal:u callGravatar Zach Hilman2019-05-251-21/+5
* service/fatal: Mark local variables as const where applicableGravatar Lioncash2019-03-301-6/+6
* service/fatal: Remove unnecessary semicolonGravatar Lioncash2019-03-301-1/+1
* service/fatal: Name FatalInfo structure membersGravatar Lioncash2019-03-301-31/+44
* Moved log backtrace to arm_interface.cpp. Added printing of error code to fatalGravatar David Marcec2018-12-291-1/+2
* kernel/process: Make data member variables privateGravatar Lioncash2018-09-301-1/+1
* service: Add missing headers inclusions where applicableGravatar Lioncash2018-09-251-1/+1
* Implemented fatal:u properly (#1347)Gravatar David2018-09-233-4/+140
* hle/service: Default constructors and destructors in the cpp file where appli...Gravatar Lioncash2018-09-106-0/+9
* hle/service: Make constructors explicit where applicableGravatar Lioncash2018-07-191-1/+1
* Rename logging macro back to LOG_*Gravatar James Rowe2018-07-021-2/+2
* rename fatal:u functions & add ThrowFatalGravatar greggameplayer2018-05-181-2/+3
* Properly update fatal.h void nameGravatar greggameplayer2018-05-181-2/+2
* Properly rename fatal module functionsGravatar greggameplayer2018-05-181-2/+2
* general: Make formatting of logged hex values more straightforwardGravatar Lioncash2018-05-021-1/+1
* fatal: Move logging macros over to new fmt-compatible onesGravatar Lioncash2018-04-241-2/+2
* service: Use nested namespace specifiers where applicableGravatar Lioncash2018-04-196-24/+12
* Service: add fatal:u, fatal:p servicesGravatar mailwl2018-03-206-0/+136