Michael Scire
06e1eca4db
ams_mitm: implement hid mitm
2019-12-07 18:44:51 -08:00
Michael Scire
b969fe0a17
mitm/cfg: pass around override status for decision-making
2019-12-07 18:44:50 -08:00
Michael Scire
ef090419f7
ams_mitm: begin skeleton refactor
2019-12-07 18:44:49 -08:00
Michael Scire
6889953297
strat: TitleId -> ProgramId, titles->contents
2019-12-07 18:44:48 -08:00
Michael Scire
0eea56f077
strat: split out common functionality for future meso use
2019-12-07 18:44:47 -08:00
Michael Scire
528215f443
namespace sts -> namespace ams
...
namespace sts::ams -> ams::exosphere, ams::.
This is to facilitate future use of ams:: namespace code in
mesosphere, as we'll want to include ams::util, ams::result, ams::svc...
2019-12-07 18:44:46 -08:00
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
e2162d3f3d
libstrat: namespace remaining non-namespaced code. more new-ipc updates
2019-12-07 18:44:44 -08:00
Michael Scire
d1ae859891
pm: update for new-ipc
2019-12-07 18:44:35 -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
ec2ea1e850
libstrat: namespace hossynch.hpp
2019-12-07 18:44:28 -08:00
Michael Scire
69dbb69e0b
sm: add api for forward declaring a service mitm
2019-07-04 12:50:10 -07:00
Michael Scire
b9e5305273
mitm api: remove inconsistent association
2019-07-03 22:57:15 -07:00
Michael Scire
45700a12e8
libstrat/sm: add ScopedServiceHolder, Wait(Mitm/Service)
2019-07-02 22:21:18 -07:00
Michael Scire
cf5c6cdad9
libstrat: integrate sm API, add HasService/HasMitm.
2019-06-24 17:56:00 -07:00