summaryrefslogtreecommitdiff
path: root/src/core/hle/service/fatal
AgeCommit message (Expand)Author
2025-01-14Revert incorrect copyright attribution for non-contributed filesZephyron
2024-12-31chore: update project references and add Citron copyrightZephyron
2024-01-25result: Make fully constexpr, add ON_RESULT_INCLUDEDFearlessTobi
2023-12-22general: properly support multiple memory instancesLiam
2023-03-01service: move hle_ipc from kernelLiam
2023-02-21service: refactor server architectureLiam
2023-02-13general: rename CurrentProcess to ApplicationProcessLiam
2022-07-14service: fatal: Add function tablegerman77
2022-06-26core: Replace all instances of ResultCode with Resultgerman77
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2021-11-04general: Get the current process program id directly from the systemMorph
2021-11-04general: Rename GetTitleID to GetProgramIDMorph
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph
2021-05-25common: fs: Rework the Common Filesystem interface to make use of std::filesy...Morph
2021-05-05hle: kernel: Rename Process to KProcess.bunnei
2020-12-07core: Remove unnecessary enum casts in log callsLioncash
2020-11-26service: Eliminate usages of the global system instanceLioncash
2019-10-06hle/service: Replace global system instance calls with instance-based onesLioncash
2019-09-22Deglobalize System: FatalDavid Marcec
2019-08-29accommodate for fmt updateEthan
2019-05-25fatal: Save report on fatal:u callZach Hilman
2019-03-30service/fatal: Mark local variables as const where applicableLioncash
2019-03-30service/fatal: Remove unnecessary semicolonLioncash
2019-03-30service/fatal: Name FatalInfo structure membersLioncash
2018-12-29Moved log backtrace to arm_interface.cpp. Added printing of error code to fatalDavid Marcec
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-19hle/service: Make constructors explicit where applicableLioncash
2018-07-02Rename logging macro back to LOG_*James Rowe
2018-05-18rename fatal:u functions & add ThrowFatalgreggameplayer
2018-05-18Properly update fatal.h void namegreggameplayer
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