mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-14 23:24:26 -04:00
fusee_cpp: implement exosphere load/configuration
This commit is contained in:
parent
1dd0297db3
commit
e0a41e9d33
8 changed files with 236 additions and 13 deletions
|
@ -70,8 +70,8 @@ namespace ams::nxboot {
|
|||
u8 mariko_fatal[0x1C000]; /* 0x004000-0x020000 */
|
||||
u8 ovl_mtc_erista[0x14000]; /* 0x020000-0x034000 */
|
||||
u8 ovl_mtc_mariko[0x14000]; /* 0x034000-0x048000 */
|
||||
u8 exosphere[0x10000]; /* 0x048000-0x058000 */
|
||||
u8 mesosphere[0xA8000]; /* 0x058000-0x100000 */
|
||||
u8 exosphere[0xE000]; /* 0x048000-0x056000 */
|
||||
u8 mesosphere[0xAA000]; /* 0x056000-0x100000 */
|
||||
u8 kips[3_MB]; /* 0x100000-0x400000 */
|
||||
u8 splash_screen_fb[FrameBufferSize]; /* 0x400000-0x7C0000 */
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue