APT:StartApplication

From 3dbrew
Revision as of 23:51, 3 October 2013 by Yellows8 (talk | contribs) (Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x001B00C4] |- | 1 | Buf0 size, max size is 0x300. |- | 2 | Buf1 size, max size is...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Request

Index Word Description
0 Header code [0x001B00C4]
1 Buf0 size, max size is 0x300.
2 Buf1 size, max size is 0x20(can be zero).
3 u8 flag
4 (Size0<<14) | 2
5 Buf0 ptr
6 (Size1<<14) | 0x802
7 Buf1 ptr

Response

Index Word Description
0 Header code
1 Result code

Description

Buf0 is copied to NS FIRMparams+0x0, then Buf1 is copied to NS FIRMparams+0x480. Then the application is launched.