Atmosphere/stratosphere/ams_mitm/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
..
bpc_mitm Results: Implement namespaced, type-safe results. 2019-12-07 12:41:28 -08:00
fs_mitm Results: Implement namespaced, type-safe results. 2019-12-07 12:41:28 -08:00
hid_mitm tmp-hid-mitm: less aggressively enable controllers 2019-09-14 13:37:31 -07:00
ns_mitm Results: Implement namespaced, type-safe results. 2019-12-07 12:41:28 -08:00
set_mitm Results: Implement namespaced, type-safe results. 2019-12-07 12:41:28 -08:00
amsmitm_main.cpp libstrat: namespace hossynch.hpp 2019-12-07 12:41:28 -08:00
amsmitm_modules.cpp libstrat: namespace hossynch.hpp 2019-12-07 12:41:28 -08:00
amsmitm_modules.hpp ams_mitm: add temporary hid mitm on 9.x for compat 2019-09-14 10:43:39 -07:00
debug.cpp stratosphere: remove trailing whitespace 2019-06-20 13:00:32 -07:00
debug.hpp stratosphere: remove trailing whitespace 2019-06-20 13:00:32 -07:00
ini.c Merge fs.mitm and set.mitm. 2019-02-04 20:15:16 -08:00
ini.h Merge fs.mitm and set.mitm. 2019-02-04 20:15:16 -08:00
utils.cpp Results: Implement namespaced, type-safe results. 2019-12-07 12:41:28 -08:00
utils.hpp ams_mitm: add temporary hid mitm on 9.x for compat 2019-09-14 10:43:39 -07:00