1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-11-23 04:12:02 +00:00
Atmosphere/stratosphere/fatal/source
Michael Scire 4059dc6187 Results: Implement namespaced, type-safe results.
Because I was working on multiple things at once, this commit also:
- Adds wrappers for/linker flags to wrap CXX exceptions to make them
  abort. This saves ~0x8000 of memory in every system module.
- Broadly replaces lines of the pattern if (cond) { return ResultX; }
  with R_UNLESS(!cond, ResultX());.
- Reworks the R_TRY_CATCH macros (and the result macros in general).
2019-12-07 12:41:28 -08:00
..
fatal_ams_logo.inc fatal: refactor into sts namespace 2019-07-23 14:01:16 -07:00
fatal_config.cpp strat: update for latest libnx commit 2019-12-07 12:41:28 -08:00
fatal_config.hpp os: implement waitable management. 2019-12-07 12:41:28 -08:00
fatal_debug.cpp Results: Implement namespaced, type-safe results. 2019-12-07 12:41:28 -08:00
fatal_debug.hpp fatal: update for new-ipc 2019-12-07 12:41:28 -08:00
fatal_event_manager.cpp Results: Implement namespaced, type-safe results. 2019-12-07 12:41:28 -08:00
fatal_event_manager.hpp libstrat: namespace hossynch.hpp 2019-12-07 12:41:28 -08:00
fatal_font.cpp strat: update for latest libnx commit 2019-12-07 12:41:28 -08:00
fatal_font.hpp fatal: refactor into sts namespace 2019-07-23 14:01:16 -07:00
fatal_main.cpp Results: Implement namespaced, type-safe results. 2019-12-07 12:41:28 -08:00
fatal_repair.cpp Results: Implement namespaced, type-safe results. 2019-12-07 12:41:28 -08:00
fatal_repair.hpp fatal: refactor into sts namespace 2019-07-23 14:01:16 -07:00
fatal_service.cpp Results: Implement namespaced, type-safe results. 2019-12-07 12:41:28 -08:00
fatal_service.hpp Results: Implement namespaced, type-safe results. 2019-12-07 12:41:28 -08:00
fatal_service_for_self.hpp fatal: refactor into sts namespace 2019-07-23 14:01:16 -07:00
fatal_task.cpp strat: statically allocate additional threads 2019-12-07 12:41:28 -08:00
fatal_task.hpp strat: statically allocate additional threads 2019-12-07 12:41:28 -08:00
fatal_task_clock.cpp Results: Implement namespaced, type-safe results. 2019-12-07 12:41:28 -08:00
fatal_task_clock.hpp fatal: refactor into sts namespace 2019-07-23 14:01:16 -07:00
fatal_task_error_report.cpp Results: Implement namespaced, type-safe results. 2019-12-07 12:41:28 -08:00
fatal_task_error_report.hpp fatal: refactor into sts namespace 2019-07-23 14:01:16 -07:00
fatal_task_power.cpp Results: Implement namespaced, type-safe results. 2019-12-07 12:41:28 -08:00
fatal_task_power.hpp fatal: refactor into sts namespace 2019-07-23 14:01:16 -07:00
fatal_task_screen.cpp Results: Implement namespaced, type-safe results. 2019-12-07 12:41:28 -08:00
fatal_task_screen.hpp fatal: refactor into sts namespace 2019-07-23 14:01:16 -07:00
fatal_task_sound.cpp Results: Implement namespaced, type-safe results. 2019-12-07 12:41:28 -08:00
fatal_task_sound.hpp fatal: refactor into sts namespace 2019-07-23 14:01:16 -07:00