hexkyz
28e4d4411d
Add and fix copyright notices for better GPL compliance (thanks @naehrwert and @CTCaer).
2018-09-07 16:00:13 +01:00
Michael Scire
237ff0d1e7
libstratosphere/fs.mitm: Push WIP support for Domains. Not yet fully working.
2018-06-12 16:01:04 -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
Michael Scire
9e03852703
Loader: Fix bugs ldr:ro, Loader now works fully on hardware.
2018-05-02 01:39:24 -06:00
Michael Scire
e05f199394
Loader: Fix (all?) remaining bugs in ldr:pm.
...
Loader now works when booted as a KIP1. NOTE: ldr:ro still needs
debugging.
2018-05-01 16:49:20 -06:00
Michael Scire
4e1a29f618
Loader: Finish ldr:ro
2018-04-27 03:33:44 -06:00
Michael Scire
772e41971d
Loader: Add ldr:ro->LoadNro()
2018-04-27 03:17:18 -06:00
Michael Scire
e7aa5c246b
Loader: Implement ldr:ro->UnloadNrr()
2018-04-26 20:37:38 -06:00
Michael Scire
8524f284fd
Loader: Implement ldr:ro->LoadNRR(). NOTE: No sigchecks, at the moment.
2018-04-26 20:27:52 -06:00
Michael Scire
1d73bd0a12
Loader: Start work on LoadNRR, Add AutoCloseMap
2018-04-26 19:13:55 -06:00
Michael Scire
fe2f227dfc
Loader: Implement ldr:ro->Initialize()
2018-04-26 16:49:01 -06:00
Michael Scire
4f09c61bfa
Loader: Push ldr:ro stub.
2018-04-26 16:45:09 -06:00