Atmosphere/stratosphere/libstratosphere/include/stratosphere
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
..
ams Results: Implement namespaced, type-safe results. 2019-12-07 12:41:28 -08:00
boot2 boot2: move to separate process 2019-12-07 12:41:28 -08:00
cfg boot2: move to separate process 2019-12-07 12:41:28 -08:00
dd libstrat: namespace remaining non-namespaced code. more new-ipc updates 2019-12-07 12:41:28 -08:00
dmnt dmnt: update for new-ipc 2019-12-07 12:41:28 -08:00
fatal Results: Implement namespaced, type-safe results. 2019-12-07 12:41:28 -08:00
hid git subrepo clone https://github.com/Atmosphere-NX/libstratosphere stratosphere/libstratosphere 2019-07-17 20:04:00 -07:00
kvdb Results: Implement namespaced, type-safe results. 2019-12-07 12:41:28 -08:00
ldr loader: update for new-ipc 2019-12-07 12:41:28 -08:00
map git subrepo clone https://github.com/Atmosphere-NX/libstratosphere stratosphere/libstratosphere 2019-07-17 20:04:00 -07:00
ncm ams: initial support for 9.0.0 2019-09-14 10:43:39 -07:00
os Results: Implement namespaced, type-safe results. 2019-12-07 12:41:28 -08:00
patcher git subrepo clone https://github.com/Atmosphere-NX/libstratosphere stratosphere/libstratosphere 2019-07-17 20:04:00 -07:00
pm pm: update for new-ipc 2019-12-07 12:41:28 -08:00
results Results: Implement namespaced, type-safe results. 2019-12-07 12:41:28 -08:00
rnd git subrepo clone https://github.com/Atmosphere-NX/libstratosphere stratosphere/libstratosphere 2019-07-17 20:04:00 -07:00
ro sf: implement service framework enough for ro to work. 2019-12-07 12:41:28 -08:00
sf Results: Implement namespaced, type-safe results. 2019-12-07 12:41:28 -08:00
sm Results: Implement namespaced, type-safe results. 2019-12-07 12:41:28 -08:00
spl Results: Implement namespaced, type-safe results. 2019-12-07 12:41:28 -08:00
svc os: implement waitable management. 2019-12-07 12:41:28 -08:00
updater git subrepo clone https://github.com/Atmosphere-NX/libstratosphere stratosphere/libstratosphere 2019-07-17 20:04:00 -07:00
util Results: Implement namespaced, type-safe results. 2019-12-07 12:41:28 -08:00
ams.hpp libstrat: namespace remaining non-namespaced code. more new-ipc updates 2019-12-07 12:41:28 -08:00
boot2.hpp boot2: move to separate process 2019-12-07 12:41:28 -08:00
cfg.hpp git subrepo clone https://github.com/Atmosphere-NX/libstratosphere stratosphere/libstratosphere 2019-07-17 20:04:00 -07:00
dd.hpp libstrat: namespace remaining non-namespaced code. more new-ipc updates 2019-12-07 12:41:28 -08:00
defines.hpp Results: Implement namespaced, type-safe results. 2019-12-07 12:41:28 -08:00
dmnt.hpp dmnt: refactor to use sts:: namespace. 2019-09-18 11:54:30 -07:00
fatal.hpp fatal: refactor into sts namespace 2019-07-23 14:01:16 -07:00
hid.hpp git subrepo clone https://github.com/Atmosphere-NX/libstratosphere stratosphere/libstratosphere 2019-07-17 20:04:00 -07:00
ipc.hpp git subrepo clone https://github.com/Atmosphere-NX/libstratosphere stratosphere/libstratosphere 2019-07-17 20:04:00 -07:00
ldr.hpp git subrepo clone https://github.com/Atmosphere-NX/libstratosphere stratosphere/libstratosphere 2019-07-17 20:04:00 -07:00
map.hpp git subrepo clone https://github.com/Atmosphere-NX/libstratosphere stratosphere/libstratosphere 2019-07-17 20:04:00 -07:00
ncm.hpp git subrepo clone https://github.com/Atmosphere-NX/libstratosphere stratosphere/libstratosphere 2019-07-17 20:04:00 -07:00
os.hpp os: implement waitable management. 2019-12-07 12:41:28 -08:00
patcher.hpp git subrepo clone https://github.com/Atmosphere-NX/libstratosphere stratosphere/libstratosphere 2019-07-17 20:04:00 -07:00
pm.hpp dmnt: refactor to use sts:: namespace. 2019-09-18 11:54:30 -07:00
reg.hpp git subrepo clone https://github.com/Atmosphere-NX/libstratosphere stratosphere/libstratosphere 2019-07-17 20:04:00 -07:00
results.hpp Results: Implement namespaced, type-safe results. 2019-12-07 12:41:28 -08:00
rnd.hpp git subrepo clone https://github.com/Atmosphere-NX/libstratosphere stratosphere/libstratosphere 2019-07-17 20:04:00 -07:00
ro.hpp git subrepo clone https://github.com/Atmosphere-NX/libstratosphere stratosphere/libstratosphere 2019-07-17 20:04:00 -07:00
sf.hpp sf: implement service framework enough for ro to work. 2019-12-07 12:41:28 -08:00
sm.hpp libstrat: namespace remaining non-namespaced code. more new-ipc updates 2019-12-07 12:41:28 -08:00
spl.hpp git subrepo clone https://github.com/Atmosphere-NX/libstratosphere stratosphere/libstratosphere 2019-07-17 20:04:00 -07:00
svc.hpp git subrepo clone https://github.com/Atmosphere-NX/libstratosphere stratosphere/libstratosphere 2019-07-17 20:04:00 -07:00
updater.hpp git subrepo clone https://github.com/Atmosphere-NX/libstratosphere stratosphere/libstratosphere 2019-07-17 20:04:00 -07:00
util.hpp os: implement waitable management. 2019-12-07 12:41:28 -08:00