Legacy FIRM PXI: Difference between revisions
m Complete the IPC signature for Command 5 |
No edit summary |
||
Line 19: | Line 19: | ||
| PrepareArm9ForAgb(u64 application_titleID) This launches the specified GBA VC title. On success, returns u64 GBA VC title exeFS .code length in cmdbuf[2]. | | PrepareArm9ForAgb(u64 application_titleID) This launches the specified GBA VC title. On success, returns u64 GBA VC title exeFS .code length in cmdbuf[2]. | ||
|- | |- | ||
| 0x00040080 | | 0x00040080 / 0x00040000 | ||
| [[1.0.0-0]] | | [[1.0.0-0]] | ||
| Process9 will eventually wait for the ARM11 to send this command, see [[FIRM|here]]. The | | Process9 will eventually wait for the ARM11 to send this command after PrepareArm9ForTwl/PrepareArm9ForAgb is called, see [[FIRM|here]]. The input parameters should be 0 and 0x00040000 as this is a nested message of which the ITCM code consumes the first half. Returns 0 after going into AGB mode | ||
|- | |- | ||
| 0x00050040 | | 0x00050040 |