History for Atmosphere / stratosphere / loader
2018-05-08
@Michael Scire
Loader: Fix char * const correctness.
Michael Scire committed on 8 May 2018
@Michael Scire
Loader: Fix game update content loading, fix SD card mounting on newer firmwares. Closes #61.
Michael Scire committed on 8 May 2018
2018-05-07
@Michael Scire
Fix minor bugs in loader/sm
Michael Scire committed on 7 May 2018
2018-05-05
@Léo Lam
Replace std::make_tuple with simpler syntax (#77) ...
Léo Lam authored on 5 May 2018 SciresM committed on 5 May 2018
2018-05-04
@Léo Lam
Stratosphère: Simplify some for loops (#76) ...
Léo Lam authored on 4 May 2018 SciresM committed on 4 May 2018
2018-05-02
@Michael Scire
Loader: Fix bugs ldr:ro, Loader now works fully on hardware.
Michael Scire committed on 2 May 2018
@Michael Scire
Loader: Fix (all?) remaining bugs in ldr:pm. ...
Michael Scire committed on 2 May 2018
2018-04-27
@Michael Scire
Loader: Finish ldr:ro
Michael Scire committed on 27 Apr 2018
@Michael Scire
Loader: Add ldr:ro->LoadNro()
Michael Scire committed on 27 Apr 2018
@Michael Scire
Loader: fix missing NULL assignment
Michael Scire committed on 27 Apr 2018
@Michael Scire
Loader: Automatically unload NRRs on service close.
Michael Scire committed on 27 Apr 2018
@Michael Scire
Loader: Implement ldr:ro->UnloadNrr()
Michael Scire committed on 27 Apr 2018
@Michael Scire
Loader: Implement ldr:ro->LoadNRR(). NOTE: No sigchecks, at the moment.
Michael Scire committed on 27 Apr 2018
@Michael Scire
Loader: fix missing reassignment in AutoCloseMap
Michael Scire committed on 27 Apr 2018
@Michael Scire
Loader: Start work on LoadNRR, Add AutoCloseMap
Michael Scire committed on 27 Apr 2018
@Michael Scire
Loader: Greatly simplify mapping logic, add CodeMemory mapper.
Michael Scire committed on 27 Apr 2018
@Michael Scire
Loader: Add NRRInfo to RegisteredProcess, refactor Registration::
Michael Scire committed on 27 Apr 2018
@Michael Scire
Loader: Service ldr:ro on <= 2.3.0
Michael Scire committed on 27 Apr 2018
@Michael Scire
Loader: Implement ldr:ro->Initialize()
Michael Scire committed on 27 Apr 2018
@Michael Scire
Loader: Push ldr:ro stub.
Michael Scire committed on 27 Apr 2018
2018-04-26
@Michael Scire
Loader: is_64_bit -> is_64_bit_addspace
Michael Scire committed on 26 Apr 2018
@Michael Scire
Loader: Save process->is_64_bit as prep for ldr:ro
Michael Scire committed on 26 Apr 2018
2018-04-25
@Michael Scire
Stratosphere: Add .jsons for loader, sm
Michael Scire committed on 25 Apr 2018
@Michael Scire
Loader: Properly map BSS as rw.
Michael Scire committed on 25 Apr 2018
@Michael Scire
Loader: Fix bugs in CreateProcess(), which now succeeds on hardware (1.0.0)
Michael Scire committed on 25 Apr 2018
2018-04-24
@Michael Scire
Loader: Fix type definitions in picosha2.hpp
Michael Scire committed on 24 Apr 2018
@Michael Scire
Loader: Finish Loader::CreateProcess().
Michael Scire committed on 24 Apr 2018
@Michael Scire
Loader: Include picosha2 as a SHA256 generator.
Michael Scire committed on 24 Apr 2018
@Michael Scire
Loader: Implement all remaining parts of CreateProcess except LoadNsoSegment.
Michael Scire committed on 24 Apr 2018
@Michael Scire
Loader: Implement argument passing.
Michael Scire committed on 24 Apr 2018