summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/fatal (unfollow)
Commit message (Expand)AuthorFilesLines
2024-01-25result: Make fully constexpr, add ON_RESULT_INCLUDEDFearlessTobi1-2/+2
2023-12-23general: properly support multiple memory instancesLiam1-1/+1
2023-03-01service: move hle_ipc from kernelLiam2-7/+7
2023-02-21service: refactor server architectureLiam2-4/+8
2023-02-14general: rename CurrentProcess to ApplicationProcessLiam1-1/+1
2022-12-29hle_ipc: Rename ReadBufferSpan to ReadBufferameerj1-1/+1
2022-12-25service: Use ReadBufferSpan where it is trivial to do soameerj1-1/+1
2022-07-14service: fatal: Add function tablegerman771-1/+7
2022-06-27core: Replace all instances of ResultCode with Resultgerman771-6/+5
2022-04-23general: Convert source file copyright comments over to SPDXMorph6-18/+12
2021-11-04general: Get the current process program id directly from the systemMorph1-2/+1
2021-11-04general: Rename GetTitleID to GetProgramIDMorph1-1/+1
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph1-3/+3
2021-05-26common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270)Morph1-1/+0
2021-05-06hle: kernel: Rename Process to KProcess.bunnei1-1/+1
2020-12-08core: Remove unnecessary enum casts in log callsLioncash1-2/+3
2020-11-27service: Eliminate usages of the global system instanceLioncash6-10/+11
2019-10-06hle/service: Replace global system instance calls with instance-based onesLioncash1-1/+1
2019-09-22Deglobalize System: FatalDavid Marcec6-20/+29
2019-08-29accommodate for fmt updateEthan1-1/+1
2019-05-25fatal: Save report on fatal:u callZach Hilman1-21/+5
2019-03-30service/fatal: Mark local variables as const where applicableLioncash1-6/+6
2019-03-30service/fatal: Remove unnecessary semicolonLioncash1-1/+1
2019-03-30service/fatal: Name FatalInfo structure membersLioncash1-31/+44
2018-12-29Moved log backtrace to arm_interface.cpp. Added printing of error code to fatalDavid Marcec1-1/+2
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