1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2025-01-10 03:16:29 +00:00
Atmosphere/stratosphere
Michael Scire 3bba035b84 Implement blank prodinfo creation.
This is a complete implementation of what PR #532 seeks to do
(thanks @ThatNerdyPikachu). However, it currently blackscreens.

This is because we can't actually mitm settings, because settings
must be able to complete its initialization before the sd card
can be mounted. Thus we end up with a circular dependency and
the console blackscreens. This problem may yet be solvable, but
it's unclear immediately how this dependency might be solved. In any
event, this serves as a reference to use in the event that a solution
arises.
2019-05-10 05:27:30 -07:00
..
ams_mitm Implement blank prodinfo creation. 2019-05-10 05:27:30 -07:00
boot boot: fix two logic inversions in wake pin init 2019-05-09 21:58:13 -07:00
creport stratosphere: stop using kernelAbove 2019-05-10 03:25:07 -07:00
dmnt stratosphere: stop using kernelAbove 2019-05-10 03:25:07 -07:00
eclct.stub stratosphere: custom exception handlers (reboot to fusee) 2019-04-12 15:28:46 -07:00
fatal fatal: use new I2cDevice enum 2019-05-02 17:54:05 -07:00
libstratosphere@8ec43f0d69 stratosphere: TODO: panic -> std::abort() 2019-05-10 03:28:18 -07:00
loader stratosphere: TODO: panic -> std::abort() 2019-05-10 03:28:18 -07:00
pm stratosphere: TODO: panic -> std::abort() 2019-05-10 03:28:18 -07:00
ro strat: disable exception handlers when creport would be better 2019-04-26 07:32:23 -07:00
sm stratosphere: TODO: panic -> std::abort() 2019-05-10 03:28:18 -07:00
spl boot: Implement DetectBootReason 2019-05-02 19:33:12 -07:00
Makefile fusee: embed spl. 2019-04-25 11:24:25 -07:00