Difference between revisions of "APT:DoApplicationJump"

From 3dbrew
Jump to navigation Jump to search
(Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x00320084] |- | 1 | Size0, size 0x300 is used if this is >0x300. |- | 2 | Size1, ...")
 
Line 41: Line 41:
  
 
=Description=
 
=Description=
This clears FIRMlaunch_params+0 size 0x300, and FIRMlaunch_params+0x480 size 0x20. Buf0 is then copied to FIRMlaunch_params+0, and Buf1 is copied to FIRMlaunch_params+0x480. This also terminates the currently running application/applet.
+
The input buffers are handled the same way as [[APT:StartApplication]]. This also terminates the currently running application/applet.

Revision as of 02:38, 12 April 2014

Request

Index Word Description
0 Header code [0x00320084]
1 Size0, size 0x300 is used if this is >0x300.
2 Size1, size 0x20 is used if this is >0x20.
3 (Size0<<14) | 2
4 Input buf0 ptr
5 (Size1<<14) | 0x802
6 Input buf1 ptr

Response

Index Word Description
0 Header code
1 Result code

Description

The input buffers are handled the same way as APT:StartApplication. This also terminates the currently running application/applet.