Michael Scire
15def4ef63
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 18:44:46 -08:00
Michael Scire
1e8b13ac07
libstrat: fix domain issues. in/out objects now work.
2019-12-07 18:44:45 -08:00
Michael Scire
0af2a628fd
boot2: move to separate process
2019-12-07 18:44:42 -08:00
Michael Scire
15f3adb8d2
sf: implement service framework enough for ro to work.
...
This completely re-does the whole interface for ipc servers.
2019-12-07 18:44:32 -08:00
Michael Scire
30804f8b9e
libstrat: update for latest libnx, delete ipc in prep for rewrite
2019-12-07 18:44:31 -08:00
Michael Scire
ec2ea1e850
libstrat: namespace hossynch.hpp
2019-12-07 18:44:28 -08:00
Michael Scire
d0d6731ce9
ams: initial support for 9.0.0
2019-09-18 12:42:52 -07:00
Michael Scire
ccfadc501b
libstrat: use WaitService where useful
2019-07-02 22:23:36 -07:00
Michael Scire
d7d7cba3d3
title ids: go all in on ncm::TitleId
2019-07-02 20:53:44 -07:00
Michael Scire
c9dc24cce1
libstrat: remove sizeof() /sizeof([0])
2019-07-02 14:36:34 -07:00
Michael Scire
7bc25c01a0
libstrat: update for pm rewrite
2019-06-29 02:18:57 -07:00
Michael Scire
e37089d167
libstrat: implement functionality for loader rewrite
2019-06-26 15:45:35 -07:00