Michael Scire
c2d9ac8f5c
fs.mitm: WIP LayeredFS impl (NOTE: UNUSABLE ATM)
...
Also greatly refactors libstratosphere, and does a lot of other things.
There is a lot of code in this one.
2018-06-14 17:51:18 -06:00
Michael Scire
237ff0d1e7
libstratosphere/fs.mitm: Push WIP support for Domains. Not yet fully working.
2018-06-12 16:01:04 -06:00
misson20000
ec78fa5977
sm: add compile-time option to put a lower bound on session limits, which lets us do things like accessing fsp-ldr without killing ldr. ( #136 )
...
This time with style fixes.
2018-06-10 00:29:42 -07:00
Michael Scire
c1c211f542
fs.mitm: Implement basic passthrough framework for input commands.
2018-06-09 19:33:22 -06:00
Tony Wasserka
edc099f026
Use "final" and "override" where appropriate ( #117 )
2018-06-02 22:46:27 -07:00
Michael Scire
bb636dc05a
SM: Make Mitm compile-time toggleable, to forestall whining.
2018-06-02 23:42:01 -06:00
Michael Scire
80f40caf67
SM: Add IPC commands for first-class MITM installation.
2018-06-02 23:38:01 -06:00
Michael Scire
ba7d0c2cb6
Exosphere: Add API for retrieving versioning info.
2018-05-09 06:29:56 -06:00
Michael Scire
5c6f0fc14c
SM: Match official SAC validation behavior.
2018-05-08 03:02:57 -06:00
Michael Scire
44127faa17
SM: Fix svcGetSystemInfo bug, now works on 5.0.2.
2018-05-07 22:48:08 -06:00
Michael Scire
b346c8f375
Fix minor bugs in loader/sm
2018-05-07 07:31:36 -06:00
Léo Lam
a097babe18
Replace std::make_tuple with simpler syntax ( #77 )
...
* boot2: Simplify g_additional_launch_programs
It appears that Stratosphère is targeting C++17. In C++17,
std::make_tuple is not required for initialisating a tuple anymore.
Same thing, but less typing
* Replace std::make_tuple with {}
More readable and less noise. Also fixes two missing return statements.
2018-05-05 11:41:39 -07:00
Léo Lam
999498c0a0
Stratosphère: Simplify some for loops ( #76 )
...
Simplifies some loops by removing the need to manually calculate or
re-specify the array size. Eliminates any chance of using the
wrong size and less typing.
2018-05-03 16:24:34 -07:00
Michael Scire
361e9607a9
SM: After checking docs, kernelAbove400() -> kernelAbove500()
2018-05-01 23:24:57 -06:00
Michael Scire
3c87c4c3c3
SM: Add compile-time smhax flag, finishing module. ( Closes #62 )
2018-05-01 23:21:39 -06:00
Michael Scire
30f975a558
Stratosphere: Fix remaining bugs in sm, which now works as a KIP1 on hardware
2018-04-30 22:27:26 -06:00
Michael Scire
ecf2517bd5
Stratosphere: Fix IServer constructors. SM is fully functional on hardware now.
2018-04-22 05:13:33 -06:00
Michael Scire
674528b246
Stratosphere: Implement support for deferred commands. Finish sm GetService()'s deferred path.
2018-04-22 03:02:19 -06:00
Michael Scire
809090e40d
Stratosphere: Fix smhax.
2018-04-22 01:13:36 -06:00
Michael Scire
c8ef305880
Stratosphere: Create sm:m internally for sm, instead of using IPC.
2018-04-22 00:33:16 -06:00
Michael Scire
f1cf6dcf97
Implement all of sm.
2018-04-22 00:11:57 -06:00
Michael Scire
61cbb0f86e
Stratosphere: Implement sm:->Initialize()
2018-04-21 21:40:26 -06:00
Michael Scire
d0ef3b1c71
Stratosphere: Skeleton all services for sm.
2018-04-21 21:17:57 -06:00