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
6a51ce25b3
Stratosphere: Skeleton create process up through the ProcessCreation::CreateProcess() call
2018-04-21 19:52:49 -06:00
Michael Scire
b6ba7b94b9
Stratosphere: Implement ldr:pm->GetProgramInfo()
2018-04-20 23:58:42 -06:00
Michael Scire
30e401d125
Stratosphere: Add Registration Management to Loader
2018-04-18 23:00:10 -06:00
Michael Scire
7fed8a4428
Stratosphere: Add debugging to loader, it can now be talked to on console successfully.
2018-04-18 16:24:40 -06:00
Michael Scire
c4db563261
Stratosphere: Skeleton ldr:dmnt
2018-04-18 03:30:34 -06:00
Michael Scire
21fa9ff17c
Stratosphere: Fix removed add() in Launch Queue
2018-04-17 18:05:19 -06:00
Michael Scire
033cd8df24
Stratosphere: Launch Queue C style lib -> namespace
2018-04-17 18:04:41 -06:00
Michael Scire
c8d1342ddf
Stratosphere: Add Launch Queue to Loader
...
Modified from RE done by @ogniK5377
2018-04-17 17:41:57 -06:00